bubnikv
cf4dc7cda3
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-26 16:33:23 +01:00
bubnikv
c3677658f0
Another libigl fix: Don't pass Eigen memory aligned objects by value.
2018-11-26 16:33:12 +01:00
Lukas Matena
9691ada98d
SLA support points are rendered with regard to sla_shift_z
2018-11-26 16:32:42 +01:00
YuSanka
321414d772
Implementation of the "ColorPrint" on the 3DScene
2018-11-26 16:28:12 +01:00
Enrico Turri
3bcc65666d
SLA slices preview - wip 2
2018-11-26 16:17:59 +01:00
bubnikv
827cf2616e
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-26 15:58:14 +01:00
bubnikv
e2b0a6a329
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
0fa7d375ce
SLA support point gizmo - ImGui experimental overlay plus a small bugfix related to point deletion
2018-11-26 15:54:37 +01:00
bubnikv
dd96939de6
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
b748d7d455
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-26 15:19:58 +01:00
bubnikv
302535df8b
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
f394874341
SLA slices preview - wip
2018-11-26 15:16:35 +01:00
tamasmeszaros
f7945e5fa4
Refinement of the slice index interface
2018-11-26 15:09:29 +01:00
bubnikv
7f21f286cb
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-26 14:54:35 +01:00
bubnikv
b86643ce0d
Fixed compilation issues on osx
2018-11-26 14:54:23 +01:00
tamasmeszaros
fc8a9c2a12
Merge remote-tracking branch 'origin/master' into tm_sla_supports_backend
2018-11-26 14:49:31 +01:00
tamasmeszaros
e69220f04c
Initial interface for slice index.
2018-11-26 14:43:28 +01:00
bubnikv
91ac484405
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
5eb7f0f0b8
Cut: Re-center objects after cut
2018-11-26 13:35:37 +01:00
Lukas Matena
2ad6bf27df
Lay flat gizmo should work correctly with multiple instances and modifier meshes
2018-11-26 13:03:03 +01:00
Lukas Matena
6fdf3b8c9e
SLA support points gizmo - multiple instance support
2018-11-26 13:03:03 +01:00
Enrico Turri
6318854e39
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2018-11-26 12:11:37 +01:00
Vojtech Kral
5b1bfb0b69
Cut: Use world coordinates
2018-11-26 12:08:10 +01:00
Enrico Turri
1b688bdff9
Fixed update of GLCanvas3D::m_moving member
2018-11-26 11:49:04 +01:00
Vojtech Kral
ff5172eedb
imgui: Refactor, use in cut gizmo
2018-11-26 11:16:39 +01:00
Vojtech Kral
2703d677ff
imgui: Update
2018-11-26 10:57:14 +01:00
Enrico Turri
b5a698b01d
Added NotoSans font
2018-11-26 10:57:13 +01:00
Enrico Turri
64b25a7d08
Added ImGuiWrapper
2018-11-26 10:57:12 +01:00
Enrico Turri
ed029bf0fa
Added imgui library
2018-11-26 10:56:41 +01:00
Enrico Turri
1bfca397e4
Added method GLCanvas3D::is_dragging()
2018-11-26 10:41:16 +01:00
Enrico Turri
f4fd604be2
Generate EVT_GLCANVAS_MOUSE_DRAGGING_FINISHED event after an object has been dragged on scene
2018-11-26 08:36:31 +01:00
bubnikv
b125a598e9
Further removal of the 3DScene / GLCanvas3DManager scaffold.
2018-11-23 17:15:17 +01:00
bubnikv
bf054d9005
Fixed some background processing synchronization issues.
2018-11-23 17:05:44 +01:00
Enrico Turri
a3699f96d1
Partial cleanup of obsolete methods
2018-11-23 15:05:43 +01:00
Enrico Turri
cfea44527c
Fixed GLCanvas3D::Selection::_ensure_on_bed() method
2018-11-23 13:20:04 +01:00
tamasmeszaros
3536f7d87a
SLA support parameters changed: radiuses for diameters.
2018-11-23 13:05:24 +01:00
bubnikv
f55f717a8f
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-11-23 12:47:46 +01:00
bubnikv
933a2475a1
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
74224bfe5f
Fixed bug with last solid part deleting
...
+ fixed building
+ deleted last ";" from the settings digest
2018-11-23 11:57:04 +01:00
tamasmeszaros
bbf69876a9
Removed head_back_radius and added pillar widening factor to the parameter layers
2018-11-23 11:51:45 +01:00
Enrico Turri
1ad42715df
Do not select wipe tower when using Select all command
2018-11-23 11:47:18 +01:00
Enrico Turri
923192a65d
Fixed volumes translation (again)
2018-11-23 11:14:32 +01:00
Enrico Turri
ede50f9303
Fixed transformations when deleting second-to-last sub-volume of an object
2018-11-23 10:50:25 +01:00
tamasmeszaros
7c86f6c706
Fix for crash when generating supports with empty input points
2018-11-23 10:28:26 +01:00
tamasmeszaros
f6306c6163
remove + shortcut from 'optimize rotation' menuitem
2018-11-23 09:56:49 +01:00
bubnikv
92c183daa5
Fixed lifting of models for SLA above the print if supports
...
or pad are calculated.
2018-11-23 09:33:01 +01:00
tamasmeszaros
9a947f3c16
trying to fix build for OSX
2018-11-22 18:13:34 +01:00
tamasmeszaros
6de2f09ac5
Adding checkbox for disabling support generation (still having pad generation)
2018-11-22 18:02:05 +01:00
tamasmeszaros
0f0d163c54
Merge branch 'tm_sla_supports_backend'
2018-11-22 16:12:22 +01:00
YuSanka
3fae92f54c
Fixed updating of the value for "Post processing scripts" field
2018-11-22 16:09:28 +01:00