Commit Graph

163 Commits

Author SHA1 Message Date
24769e7981 Added the bed texture for SL1 2018-11-30 15:31:47 +01:00
26c90c2204 Fixed vertical centering of gizmo overlay icons 2018-11-30 13:27:54 +01:00
a2f3163e2f Fixed lost selection when selecting object while place on face gizmo is active 2018-11-30 12:49:31 +01:00
7925a777df Removed gizmo reset by double-cliking on grabbers 2018-11-30 11:42:36 +01:00
580f304148 Fixed translation of volumes belonging to scaled instances 2018-11-30 10:59:00 +01:00
7f953f623e New icons for gizmo overlay 2018-11-30 08:48:32 +01:00
339040481d Esc key toggles off current gizmo 2018-11-29 15:33:52 +01:00
58bba30a57 SLA slices preview - improved performances 2018-11-29 11:11:39 +01:00
ccce8ad9e8 Added zoom in/out using keys [i]/[o] 2018-11-29 09:03:38 +01:00
4741384a4e Fixed ColorPrint current layer identification 2018-11-28 16:03:24 +01:00
53fa0beb87 SLA slices preview - completed prototype 2018-11-28 15:13:25 +01:00
69f1926d81 SLA slices preview - wip 5 2018-11-28 09:28:07 +01:00
d8a3913400 Fix re-entrant render() calls, add an assert to enforce 2018-11-27 16:57:37 +01:00
7c69876f29 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
4ddce6a2e5 SLA slices preview - wip 3 2018-11-27 14:50:57 +01:00
a008ffe1b1 Yet more fix of ENABLE_IMGUI 2018-11-27 12:51:50 +01:00
a124a921d8 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
321414d772 Implementation of the "ColorPrint" on the 3DScene 2018-11-26 16:28:12 +01:00
3bcc65666d SLA slices preview - wip 2 2018-11-26 16:17:59 +01:00
0fa7d375ce SLA support point gizmo - ImGui experimental overlay plus a small bugfix related to point deletion 2018-11-26 15:54:37 +01:00
b748d7d455 Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2018-11-26 15:19:58 +01:00
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
f394874341 SLA slices preview - wip 2018-11-26 15:16:35 +01:00
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
6fdf3b8c9e SLA support points gizmo - multiple instance support 2018-11-26 13:03:03 +01:00
1b688bdff9 Fixed update of GLCanvas3D::m_moving member 2018-11-26 11:49:04 +01:00
ff5172eedb imgui: Refactor, use in cut gizmo 2018-11-26 11:16:39 +01:00
64b25a7d08 Added ImGuiWrapper 2018-11-26 10:57:12 +01:00
1bfca397e4 Added method GLCanvas3D::is_dragging() 2018-11-26 10:41:16 +01:00
f4fd604be2 Generate EVT_GLCANVAS_MOUSE_DRAGGING_FINISHED event after an object has been dragged on scene 2018-11-26 08:36:31 +01:00
cfea44527c Fixed GLCanvas3D::Selection::_ensure_on_bed() method 2018-11-23 13:20:04 +01:00
3536f7d87a SLA support parameters changed: radiuses for diameters. 2018-11-23 13:05:24 +01:00
f55f717a8f Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2018-11-23 12:47:46 +01:00
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
bbf69876a9 Removed head_back_radius and added pillar widening factor to the parameter layers 2018-11-23 11:51:45 +01:00
1ad42715df Do not select wipe tower when using Select all command 2018-11-23 11:47:18 +01:00
923192a65d Fixed volumes translation (again) 2018-11-23 11:14:32 +01:00
ede50f9303 Fixed transformations when deleting second-to-last sub-volume of an object 2018-11-23 10:50:25 +01:00
92c183daa5 Fixed lifting of models for SLA above the print if supports
or pad are calculated.
2018-11-23 09:33:01 +01:00
0d2a1e6eef 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
c4a0a2b4cb Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2018-11-22 13:33:34 +01:00
4966e7e547 Fix of my previous commit. 2018-11-22 13:33:21 +01:00
9c19f322ac Added member m_sla_shift_z to GLVolume 2018-11-22 13:33:20 +01:00
34ac1ffce8 Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2018-11-22 13:20:18 +01:00
a625d03cb2 Fixed "setting an extruder does not change object's color" 2018-11-22 13:20:13 +01:00
e6616bf7f7 Fixed volumes translation 2018-11-22 12:50:54 +01:00
9d0144a6c3 Selection updated to detect sla volumes 2018-11-22 12:07:26 +01:00
b389683a9e Gizmos' shortcut not requiring shift key pressed 2018-11-22 11:13:00 +01:00
5d3cf0cf70 Added shortcuts for gizmos 2018-11-22 10:14:31 +01:00
a5f35f3fd3 Added menu Edit -> Select all 2018-11-21 15:28:35 +01:00