tamasmeszaros
|
140c717c04
|
Enable imgui support point size. Fine tuning of support params.
|
2019-03-11 14:55:28 +01:00 |
|
YuSanka
|
c77d15c98b
|
Fixed OnWhile() function for the PrusaDoubleSlider (#1913)
Current behavior: Move selected thumb only. If no one thumb is selected, set selection to the thumb nearest to the current mouse position
|
2019-03-11 12:59:14 +01:00 |
|
bubnikv
|
a0d5a961bd
|
Merge branch 'master' of https://github.com/prusa3d/Slic3r
|
2019-03-11 11:03:29 +01:00 |
|
bubnikv
|
6811c68f60
|
Fixed crashes if OnIdle handler was called before Plater was initialized.
|
2019-03-11 11:03:13 +01:00 |
|
YuSanka
|
40abbc7184
|
Fixed an updating of the button's show during SLA slicing
|
2019-03-11 10:23:59 +01:00 |
|
Lukas Matena
|
e4dca04a4b
|
Added wxBusyCursor on AABB tree calculation for SLA gizmo
|
2019-03-08 20:34:22 +01:00 |
|
bubnikv
|
c74fe8acb8
|
Moved the "Delete" button in the 3D Canvas pop up menu from the very top
below the add / remove instance, so that it could not be selected by mistake.
|
2019-03-08 17:00:56 +01:00 |
|
tamasmeszaros
|
7857206442
|
Fixes for cascading logic.
|
2019-03-08 16:06:21 +01:00 |
|
YuSanka
|
063d812d64
|
Added case of a slicing cancellation
|
2019-03-08 15:40:28 +01:00 |
|
tamasmeszaros
|
3dba1e1fb4
|
Merge branch 'master' into tm_colldetection_upgr
|
2019-03-08 15:10:18 +01:00 |
|
tamasmeszaros
|
0a1bff3fc9
|
Fix for pad wall slope.
|
2019-03-08 15:08:55 +01:00 |
|
Enrico Turri
|
b89e95aea7
|
Fixed rotation of multiple instances selection
|
2019-03-08 14:52:32 +01:00 |
|
Enrico Turri
|
172daa8989
|
Top toolbar icon size set to 40px
|
2019-03-08 14:35:33 +01:00 |
|
tamasmeszaros
|
7c09b841bc
|
Fix for the application of the new pillar link distance parameter
|
2019-03-08 14:18:22 +01:00 |
|
Enrico Turri
|
862700ab46
|
Added change removed by mistale in 02163f7f9648b81ad1dc59a4ad6c1a5c55c02a50
|
2019-03-08 12:04:06 +01:00 |
|
Enrico Turri
|
513256649e
|
Final version of fix to prevent showing old framebuffer when switching between views on Mac
|
2019-03-08 12:04:01 +01:00 |
|
Enrico Turri
|
81820fa77f
|
3rd attempt to prevent showing old framebuffer when switching between views on Mac
|
2019-03-08 12:03:55 +01:00 |
|
Enrico Turri
|
628a868cfd
|
2nd attempt to prevent showing old framebuffer when switching between views on Mac
|
2019-03-08 12:03:49 +01:00 |
|
Enrico Turri
|
2f6a5e4af3
|
1st attempt to prevent showing old framebuffer when switching between views on Mac
|
2019-03-08 12:03:43 +01:00 |
|
Enrico Turri
|
fc70b73f45
|
Refactoring - Shared members of GLCanvas3D as references instead of pointers
|
2019-03-08 12:03:37 +01:00 |
|
Enrico Turri
|
b5217918cf
|
Code cleanup
|
2019-03-08 12:03:31 +01:00 |
|
Enrico Turri
|
72239732e4
|
Fixed build on Mac
|
2019-03-08 12:03:25 +01:00 |
|
Enrico Turri
|
aa4c44dbea
|
Use unique camera shared by 3d view and preview (experimental)
|
2019-03-08 12:03:17 +01:00 |
|
tamasmeszaros
|
37eafb0761
|
Merge branch 'master' into tm_colldetection_upgr
|
2019-03-08 11:40:15 +01:00 |
|
tamasmeszaros
|
1cb1c12812
|
Fine tuning the new parameters and adding max_pillar_link_distance
|
2019-03-08 11:39:34 +01:00 |
|
Enrico Turri
|
af72d781ad
|
Fixed GLCanvas3D::Selection::is_single_full_instance()
|
2019-03-08 10:36:12 +01:00 |
|
Lukas Matena
|
8b74cc48eb
|
Prevented instance move event when SLA gizmo is active so right panel is not needlessly updated
|
2019-03-08 09:26:42 +01:00 |
|
hspil
|
140b86de4e
|
fix Updating.md grammar
|
2019-03-08 09:05:14 +01:00 |
|
hspil
|
0543586999
|
fix Linux et al. build instructions grammar
|
2019-03-08 09:05:14 +01:00 |
|
hspil
|
55d70a79d6
|
fix Mac OS and Windows build instructions grammar
|
2019-03-08 09:05:14 +01:00 |
|
hspil
|
ce55c615e6
|
fix Localization_guide.md grammar
|
2019-03-08 09:05:14 +01:00 |
|
hspil
|
064a9aeaf8
|
fix name of Updatig.md
|
2019-03-08 09:05:14 +01:00 |
|
tamasmeszaros
|
e0b1551790
|
Merge branch 'master' into tm_colldetection_upgr
|
2019-03-07 17:19:01 +01:00 |
|
tamasmeszaros
|
3bce99bd23
|
Fixes for interconnection issues.
|
2019-03-07 17:17:47 +01:00 |
|
bubnikv
|
311df8ecfd
|
Reworked discretization step of Archimedean Chords infill to lower
slicing time and memory requirements.
Fixes "Infill pattern Archimedean causing total freeze at Infilling patterns" #1871
|
2019-03-07 16:01:46 +01:00 |
|
YuSanka
|
ef3482a427
|
Fixed a scrolling of the selected item in ObjectList (SPE-849)
|
2019-03-07 15:26:19 +01:00 |
|
tamasmeszaros
|
0d59433178
|
Fix build on Mac
|
2019-03-07 13:01:28 +01:00 |
|
tamasmeszaros
|
28a516b6dc
|
Fix a missing definition issue
|
2019-03-07 12:48:17 +01:00 |
|
YuSanka
|
000a60e198
|
Added "Export object as STL" menu item to the ObjectList context menu
|
2019-03-07 12:09:23 +01:00 |
|
tamasmeszaros
|
a7c07960ee
|
Merge branch 'master' into tm_colldetection_upgr
|
2019-03-07 12:02:28 +01:00 |
|
tamasmeszaros
|
9131b1658a
|
Replacing simplex optimizers with more intelligent genetic ones.
|
2019-03-07 12:01:21 +01:00 |
|
YuSanka
|
8756a14557
|
Fixed crash on "stoi argument out of range" from SpinConrol (SPE-847)
|
2019-03-07 10:56:17 +01:00 |
|
YuSanka
|
aa0737fa5e
|
Fixed assert after try to add Part to Object with several Instances from the ObjectList.
+ Fixed selection on the 3DScene before a context menu showing
|
2019-03-07 10:08:21 +01:00 |
|
tamasmeszaros
|
efd3d27425
|
Experimental working version of onmodel pillar cascading.
|
2019-03-06 18:00:34 +01:00 |
|
Enrico Turri
|
2a6de99f06
|
Fixed rotation of multiple volumes selection
|
2019-03-06 15:22:17 +01:00 |
|
tamasmeszaros
|
0a2ef07ca0
|
Reworking sidehead to pillar connections.
|
2019-03-06 15:21:07 +01:00 |
|
Enrico Turri
|
809ffedcb5
|
Gizmos' grabbers size proportional to the average of the bounding box edges lengths
|
2019-03-06 14:41:09 +01:00 |
|
Enrico Turri
|
2c99fd35d3
|
Force canvas resize when switching between views
|
2019-03-06 13:37:20 +01:00 |
|
Enrico Turri
|
de06db7989
|
Allow dragging of objects also along world Z axis in side views
|
2019-03-06 12:09:20 +01:00 |
|
Enrico Turri
|
1bb5630eaa
|
Fixed gizmos' imgui dialog x position
|
2019-03-06 10:47:48 +01:00 |
|