YuSanka
f203f6fbd9
ColorPrint improvement
...
+ Select "Color Print" preview type if it's not after add/delete new color change
+ Added level heights to the color legend instead of "Color N"
2018-11-27 16:04:56 +01:00
Enrico Turri
e6369fe548
SLA slices preview - wip 3
2018-11-27 14:50:57 +01:00
Vojtech Kral
cc557b8a7f
Yet more fix of ENABLE_IMGUI
2018-11-27 12:51:50 +01:00
bubnikv
3fa099bd1a
Fix of SLA support gizmos:
...
Fix of the Z offset.
Background processing is now not re-triggered during dragging
of a support point.
2018-11-26 19:22:16 +01:00
YuSanka
f8bc7cb959
Implementation of the "ColorPrint" on the 3DScene
2018-11-26 16:28:12 +01:00
Enrico Turri
b153c8cb20
SLA slices preview - wip 2
2018-11-26 16:17:59 +01:00
Lukas Matena
878c7ee3d7
SLA support point gizmo - ImGui experimental overlay plus a small bugfix related to point deletion
2018-11-26 15:54:37 +01:00
bubnikv
ebbce32158
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-26 15:19:58 +01:00
bubnikv
b5c56caf6f
Fixed an issue with the SLA Z offset at the end of slicing,
...
fixed compilation on OSX due to the libigl overriding our "L" localization
macro.
2018-11-26 15:19:42 +01:00
Enrico Turri
4ca302ba6a
SLA slices preview - wip
2018-11-26 15:16:35 +01:00
bubnikv
a378bb7bed
Removed some obsolete Perl bindings.
...
Removed libslic3r from the default include paths for all modules but
libslic3r. Now headers from libslic3r need to be included with an
explicit path (libslic3r/libslic3r.h etc)
Split the localization macros into I18N.{cpp,h}
2018-11-26 14:41:58 +01:00
Lukas Matena
d28d4823e0
SLA support points gizmo - multiple instance support
2018-11-26 13:03:03 +01:00
Enrico Turri
63996f5ba1
Fixed update of GLCanvas3D::m_moving member
2018-11-26 11:49:04 +01:00
Vojtech Kral
c29493a41b
imgui: Refactor, use in cut gizmo
2018-11-26 11:16:39 +01:00
Enrico Turri
57e9d28a84
Added ImGuiWrapper
2018-11-26 10:57:12 +01:00
Enrico Turri
b94f19eaf4
Added method GLCanvas3D::is_dragging()
2018-11-26 10:41:16 +01:00
Enrico Turri
da0b9b9b75
Generate EVT_GLCANVAS_MOUSE_DRAGGING_FINISHED event after an object has been dragged on scene
2018-11-26 08:36:31 +01:00
Enrico Turri
f838d8cf18
Fixed GLCanvas3D::Selection::_ensure_on_bed() method
2018-11-23 13:20:04 +01:00
tamasmeszaros
746c1d2fd8
SLA support parameters changed: radiuses for diameters.
2018-11-23 13:05:24 +01:00
bubnikv
9722bcdd75
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-23 12:47:46 +01:00
bubnikv
b03f672801
Refactored to get direct access to GLCanvas3D in Plater and Preview.
...
WIP: SLA update delayed until mouse is released.
2018-11-23 12:47:32 +01:00
tamasmeszaros
a05bda5347
Removed head_back_radius and added pillar widening factor to the parameter layers
2018-11-23 11:51:45 +01:00
Enrico Turri
cabfca1031
Do not select wipe tower when using Select all command
2018-11-23 11:47:18 +01:00
Enrico Turri
bcf7a1f751
Fixed volumes translation (again)
2018-11-23 11:14:32 +01:00
Enrico Turri
66a08be209
Fixed transformations when deleting second-to-last sub-volume of an object
2018-11-23 10:50:25 +01:00
bubnikv
6da9d19916
Fixed lifting of models for SLA above the print if supports
...
or pad are calculated.
2018-11-23 09:33:01 +01:00
bubnikv
bde4153d44
Removed legacy GUI Perl bindings,
...
replaced Print & SLAPrint pointers with BackgroundProcessing pointer
at the GLCanvas3D level, so that the Print & SLAPrint access will be
synchronized with the current printer technology.
2018-11-22 15:29:59 +01:00
bubnikv
86c11df554
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-22 13:33:34 +01:00
bubnikv
8d7a34160d
Fix of my previous commit.
2018-11-22 13:33:21 +01:00
Enrico Turri
3b3eab2e84
Added member m_sla_shift_z to GLVolume
2018-11-22 13:33:20 +01:00
bubnikv
233c1593f1
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-22 13:20:18 +01:00
bubnikv
a4be8ef6ad
Fixed "setting an extruder does not change object's color"
2018-11-22 13:20:13 +01:00
Enrico Turri
200b3d010f
Fixed volumes translation
2018-11-22 12:50:54 +01:00
Enrico Turri
cac56154ef
Selection updated to detect sla volumes
2018-11-22 12:07:26 +01:00
Enrico Turri
c494dec1c4
Gizmos' shortcut not requiring shift key pressed
2018-11-22 11:13:00 +01:00
Enrico Turri
c60ed7bc07
Added shortcuts for gizmos
2018-11-22 10:14:31 +01:00
Enrico Turri
681beeadf6
Added menu Edit -> Select all
2018-11-21 15:28:35 +01:00
bubnikv
a21f1783a9
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
Enrico Turri
ee99fa2c64
Ensure object on bed after deletion of subpart
2018-11-21 12:27:20 +01:00
Enrico Turri
6aa4c0ca16
Fixed translation of volumes
2018-11-21 11:33:31 +01:00
Enrico Turri
86ac9ed91e
Small refactoring
2018-11-21 10:36:09 +01:00
Enrico Turri
d8e7310d72
Gizmo rotate operates always in world reference system
2018-11-21 09:28:27 +01:00
bubnikv
18f14482d0
Merge branch 'vb_3dscene_partial_update'
2018-11-20 17:07:31 +01:00
Enrico Turri
bcfff27921
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
Enrico Turri
b961d1011a
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
aa22f75829
Forced zoom to bed when changing bed size
2018-11-20 10:36:26 +01:00
Enrico Turri
34cf541e0d
Fixed position of newly created modifiers
2018-11-20 10:15:31 +01:00
tamasmeszaros
f3b7b36d20
Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend
2018-11-19 17:59:30 +01:00
Enrico Turri
d322fa0fd5
Fixed gizmos overlay rendering/selection by adding GLGizmoBase::is_selectable() method
2018-11-19 14:46:37 +01:00
tamasmeszaros
ad8c7c9f97
GUI forms with SLA support parameters
2018-11-19 14:15:40 +01:00