Enrico Turri
b153c8cb20
SLA slices preview - wip 2
2018-11-26 16:17:59 +01:00
bubnikv
a4e204012d
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-26 15:58:14 +01:00
bubnikv
f55ddbb1e3
Fixed an libligl AABB assignment operator: memory aligned structures
...
shall not be passed as "by value" parameters. This is explicitely
warned against in the Eigen manual:
https://eigen.tuxfamily.org/dox/group__TopicPassingByValue.html
2018-11-26 15:57:58 +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
52c9dd3252
Enabled compilation of SLA libigl dependent code to see what errors
...
will come out of the build server.
2018-11-26 15:44:13 +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
tamasmeszaros
2a31f5e6fc
Refinement of the slice index interface
2018-11-26 15:09:29 +01:00
bubnikv
c72522d566
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-26 14:54:35 +01:00
bubnikv
cc283571e7
Fixed compilation issues on osx
2018-11-26 14:54:23 +01:00
tamasmeszaros
5f43ec1b78
Merge remote-tracking branch 'origin/master' into tm_sla_supports_backend
2018-11-26 14:49:31 +01:00
tamasmeszaros
f76560bcc5
Initial interface for slice index.
2018-11-26 14:43:28 +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
Vojtech Kral
63faa917a9
Cut: Re-center objects after cut
2018-11-26 13:35:37 +01:00
Lukas Matena
9f2fdfabb9
Lay flat gizmo should work correctly with multiple instances and modifier meshes
2018-11-26 13:03:03 +01:00
Lukas Matena
d28d4823e0
SLA support points gizmo - multiple instance support
2018-11-26 13:03:03 +01:00
Enrico Turri
e038c3a20d
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2018-11-26 12:11:37 +01:00
Vojtech Kral
25f4f1fe55
Cut: Use world coordinates
2018-11-26 12:08:10 +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
Vojtech Kral
763b443459
imgui: Update
2018-11-26 10:57:14 +01:00
Enrico Turri
31a29e8a32
Added NotoSans font
2018-11-26 10:57:13 +01:00
Enrico Turri
57e9d28a84
Added ImGuiWrapper
2018-11-26 10:57:12 +01:00
Enrico Turri
5c054d11ca
Added imgui library
2018-11-26 10:56:41 +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
bubnikv
9258ca8cc6
Further removal of the 3DScene / GLCanvas3DManager scaffold.
2018-11-23 17:15:17 +01:00
bubnikv
103af1d8fb
Fixed some background processing synchronization issues.
2018-11-23 17:05:44 +01:00
Enrico Turri
aaab549cfa
Partial cleanup of obsolete methods
2018-11-23 15:05:43 +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
YuSanka
4575443c4c
Fixed bug with last solid part deleting
...
+ fixed building
+ deleted last ";" from the settings digest
2018-11-23 11:57:04 +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
tamasmeszaros
7fe7f33b80
Fix for crash when generating supports with empty input points
2018-11-23 10:28:26 +01:00
tamasmeszaros
45b51bd40e
remove + shortcut from 'optimize rotation' menuitem
2018-11-23 09:56:49 +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
tamasmeszaros
864a2b387a
trying to fix build for OSX
2018-11-22 18:13:34 +01:00
tamasmeszaros
d28b61f8a3
Adding checkbox for disabling support generation (still having pad generation)
2018-11-22 18:02:05 +01:00
tamasmeszaros
7efadfae1c
Merge branch 'tm_sla_supports_backend'
2018-11-22 16:12:22 +01:00
YuSanka
421fbe3a3c
Fixed updating of the value for "Post processing scripts" field
2018-11-22 16:09:28 +01:00
YuSanka
9d7b4ce41d
Position(Displacement)/Rotation/Scale for group selection
2018-11-22 16:09:28 +01:00
YuSanka
7041e2b877
Hide "Extruder" column for the SLA printing
2018-11-22 16:09:28 +01:00
tamasmeszaros
c7434a492b
Available object menu item: optimize orientation
2018-11-22 16:04:21 +01:00
bubnikv
06da6d8645
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-22 15:30:56 +01:00