Commit Graph

374 Commits

Author SHA1 Message Date
Enrico Turri
e6616bf7f7 Fixed volumes translation 2018-11-22 12:50:54 +01:00
bubnikv
293bce3aea Synchronize SLA background processing on UI change, so that
the supports disappear if invalidated.
2018-11-22 12:42:17 +01:00
Enrico Turri
9d0144a6c3 Selection updated to detect sla volumes 2018-11-22 12:07:26 +01:00
Enrico Turri
18bc95b11c Added Edit -> Delete all menu item 2018-11-22 11:31:53 +01:00
Enrico Turri
b389683a9e Gizmos' shortcut not requiring shift key pressed 2018-11-22 11:13:00 +01:00
YuSanka
ba913291e3 Changed the object context menu in the object list for SLA print technology
+ changed list of the options for "Add settings"
2018-11-22 11:06:07 +01:00
Enrico Turri
5d33d75d38 Different colors for SLA support and pad geometry 2018-11-22 11:01:57 +01:00
Enrico Turri
5d3cf0cf70 Added shortcuts for gizmos 2018-11-22 10:14:31 +01:00
bubnikv
80ee4feda4 Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2018-11-21 17:35:58 +01:00
bubnikv
30f61bd66e WIP: Synchronization of SLA background processing. 2018-11-21 17:35:35 +01:00
Enrico Turri
c662578d7b Use Del as shortcut for Edit/Delete selected 2018-11-21 16:00:20 +01:00
Enrico Turri
88bf9b40b4 Added menu Edit -> Delete selected 2018-11-21 15:47:41 +01:00
Enrico Turri
a5f35f3fd3 Added menu Edit -> Select all 2018-11-21 15:28:35 +01:00
YuSanka
97aed6ee21 Fixed updating of the options values after the clearing of the TextCtrl 2018-11-21 15:05:18 +01:00
bubnikv
22aef36a54 Added force_full_scene_refresh parameter to the 3DScene::refresh()
function to force a refresh of all GLVolumes. Currently this hack
is used by the Platter::arrange() function only, and ideally
we should replace this parameter with a smarter 3DScene::refresh()
function, which would check for the transformation matrices as well.
2018-11-21 13:52:46 +01:00
bubnikv
bfe9975d7b Removed the unused force_autocenter parameter from Plater::update() 2018-11-21 13:32:24 +01:00
Enrico Turri
39665fad9c Ensure object on bed after deletion of subpart 2018-11-21 12:27:20 +01:00
Enrico Turri
41cbe3e242 Fixed translation of volumes 2018-11-21 11:33:31 +01:00
tamasmeszaros
4bb1ae933e trying to fix broken arrange on master 2018-11-21 11:09:14 +01:00
tamasmeszaros
186ee71b44 Arrangement is still not working, update is probably broken. 2018-11-21 11:07:08 +01:00
Enrico Turri
f94888f606 Small refactoring 2018-11-21 10:36:09 +01:00
Enrico Turri
05815ace3f Adjusted main shortcuts 2018-11-21 10:21:12 +01:00
Enrico Turri
01ac2fd751 Update transformation values in sidebar for single volume/modifier selection 2018-11-21 09:45:43 +01:00
Enrico Turri
436944ef99 Gizmo rotate operates always in world reference system 2018-11-21 09:28:27 +01:00
bubnikv
72fa486d23 Merge branch 'vb_3dscene_partial_update' 2018-11-20 17:07:31 +01:00
bubnikv
dd732800c5 Merge remote-tracking branch 'origin/tm_sla_supports_backend' into vb_3dscene_partial_update 2018-11-20 17:05:45 +01:00
bubnikv
8b307bb320 Renamed PrintBase::Status to SlicingStatusEvent
Hopefully it will fix compilation on Linux (some forgotten Status macro?)
2018-11-20 16:27:30 +01:00
tamasmeszaros
6749313962 Merge remote-tracking branch 'origin/vb_3dscene_partial_update' into tm_sla_supports_backend 2018-11-20 16:16:23 +01:00
tamasmeszaros
be549690e0 height level mismatches seems to be fixed. 2018-11-20 16:12:04 +01:00
Enrico Turri
dbb1671801 Fixed scaling of multivolumes selection - Added local scale by pressing Alt key while dragging the scale gizmo 2018-11-20 15:39:36 +01:00
bubnikv
d21586242b Fixed missing wxEvent type on GCC, fixed some compiler warnings. 2018-11-20 15:01:32 +01:00
YuSanka
2018d9c6a4 Changed output for "Used filament", "Cost" and "Estimated printed time" inside the Sliced info pane 2018-11-20 13:32:36 +01:00
bubnikv
757e18390a Merge remote-tracking branch 'origin/tm_sla_supports_backend' into vb_3dscene_partial_update 2018-11-20 13:23:12 +01:00
bubnikv
897f8b450e The slicing progress message can now trigger refresh of the 3D scene. 2018-11-20 13:22:26 +01:00
Enrico Turri
ba941a148e Fixed rotation of multivolumes selection - Added local rotation by pressing Alt key while dragging the rotate gizmo 2018-11-20 11:57:01 +01:00
Enrico Turri
8e14daaf4f Forced zoom to bed when changing bed size 2018-11-20 10:36:26 +01:00
Enrico Turri
6c3fcb77c5 Fixed position of newly created modifiers 2018-11-20 10:15:31 +01:00
tamasmeszaros
7aad58c5bf Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend 2018-11-19 17:59:30 +01:00
tamasmeszaros
6f13fd907a Adding object elevation param.
Quick attempt to build with MinGW 7.3. Successful compile, failed linking
2018-11-19 17:58:08 +01:00
Enrico Turri
56223b0279 Fixed gizmos overlay rendering/selection by adding GLGizmoBase::is_selectable() method 2018-11-19 14:46:37 +01:00
tamasmeszaros
9b18d0703d GUI forms with SLA support parameters 2018-11-19 14:15:40 +01:00
YuSanka
f343af6a07 Fixed crashing when project with modifier is imported 2018-11-19 14:05:29 +01:00
YuSanka
3677dd4bd5 Some code rebase 2018-11-19 14:05:29 +01:00
YuSanka
35742e547c Fixed preset updating 2018-11-19 14:05:29 +01:00
YuSanka
6a30c49eb9 Added the context to the TabPrintSLA 2018-11-19 14:05:29 +01:00
YuSanka
d22256c1de "SLA Print Settings" implementation (start) 2018-11-19 14:05:29 +01:00
Enrico Turri
91566804aa Added debug error message when missing icons for gizmos 2018-11-19 14:03:28 +01:00
tamasmeszaros
396c05c40c Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend 2018-11-19 13:53:27 +01:00
Vojtech Kral
7a1cfb7773 Add missing icons 2018-11-19 13:51:43 +01:00
tamasmeszaros
ff44b358c3 Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend 2018-11-19 13:11:03 +01:00