Commit Graph

120 Commits

Author SHA1 Message Date
5c2b5a167b Context menu is extended for multiple material printing 2019-10-14 12:59:10 +02:00
70ef0f25ef Information from DoubleSlider is saved to Model
GCode creating can work with that values.
2019-10-10 16:03:58 +02:00
8cdcac6ad8 First implementations for an extension of color change feature :
Added context menu for "plus" button on DoubleSlider
2019-10-09 09:28:50 +02:00
82a52e8b21 #2922 - Port of commit: f42edd35ce by jschuh 2019-09-23 14:56:27 +02:00
4263fa8dff DoubleSlider refactoring 2019-09-05 15:31:22 +02:00
570bec299f Merge branch 'master' into dev 2019-09-04 15:50:18 +02:00
aab3001b24 Added DoubleSlider::epsilon() to get a permissible error for layer height 2019-09-04 13:16:44 +02:00
308f601a99 Removed another bunch of compile warnings 2019-09-04 10:46:51 +02:00
6b95c579af Fixed an adding of color change tick on last layer 2019-09-04 08:53:21 +02:00
1e11eab620 Improved wording of some UI texts and tooltips. 2019-08-27 11:39:51 +02:00
489fba326e Add 'L' as a legend toggle shortcut in preview 2019-08-08 10:04:05 +02:00
07480edc50 Show/hide the legend using a new checkbox in preview 2019-08-08 10:04:05 +02:00
81d3669a25 Undo/Redo buttons moved into their own toolbar 2019-07-19 15:36:55 +02:00
136e5156bc Fixed colot_print issues:
* Disabled color change information for the SLA and FFF-multimaterial presets
* Corrected switch between "color print" and "feature type" on Preview
2019-07-02 14:06:58 +02:00
992170c5f6 1) Perspective camera set as default camera type
2) Camera type selection added to Preferences dialog
2019-06-24 15:55:14 +02:00
917702f252 Fixed DoubleSlider manipulation from Preview scene 2019-06-18 11:40:26 +02:00
4712c5bbdf DoubleSlider manipulation from preview scene 2019-06-13 16:10:33 +02:00
e354a306e6 Fixed delayed update of 3D scene when moving preview layers' slider (as reported in #1250) 2019-05-17 15:04:06 +02:00
14c4469cbf Added Esc shortcut and menu item for command deselect all 2019-05-14 11:57:39 +02:00
065448e9e5 Big Refactoring: - deleted/renamed all _Prusa_ prefixes,
- cleaned code from commented parts
 - rescale() -> msw_rescale()
2019-04-25 01:45:00 +02:00
fc63a28481 Application Scaling for MSW:
+ Experiments with toolBars scaling
+ Rescaled warning and printing legends
2019-04-16 12:13:45 +02:00
ae2c61160f Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel
+ Set wider default size for Preset Comboboxes from Tabs (#2023)
2019-04-16 10:05:45 +02:00
eadf7daa37 Merge branch 'master' into lm_sla_gizmo_clipping_plane 2019-04-08 10:50:10 +02:00
086f11df98 Handling of left hand oriented coordinate systems:
is_left_handed() method on transformations and volumes
rendering of GLVolumes in left handed coordinate systems by glFrontFace(GL_CW);
SLA slicing on left hand oriented instances by flipping the mesh for SLAPrintObject in X.
rendering of the SLA cutting plane in left handed systems
resetting the SLA clipping planes on 3D preview invalidation
2019-04-02 13:47:49 +02:00
725f115756 Merging with master for having minz png compression.
Much greater performance boost from better compression algorithm than that from the merged polygons.
2019-03-29 15:21:46 +01:00
a4f404a6a4 Selection enabled only for 3D view and not for g-code preview 2019-03-28 08:44:46 +01:00
bc74761513 Integrating new step, removing old and unused steps. 2019-03-27 10:59:29 +01:00
d73d9309f1 Refactoring and commenting slice index solution. 2019-03-25 19:02:05 +01:00
2fe27a29e0 Fixed the SLA layer preview. 2019-03-22 21:26:58 +01:00
d165dbb498 Refactoring changes to the slice index. 2019-03-22 15:31:38 +01:00
5e646562cd Fixes for the duplicated layer issues... 2019-03-21 18:01:41 +01:00
0ffc0c3a84 Merge branch 'master' into tm_slice_index 2019-03-21 15:17:01 +01:00
24a5dd4235 FIx for broken slice preview 2019-03-21 15:16:33 +01:00
d4dde12d0d Slic3r compiles with the new slice index interface. 2019-03-21 12:25:33 +01:00
f9e3b935d3 Yet another fix. 2019-03-21 12:09:14 +01:00
f76880cd5e Fix and optimization of the previous commit. 2019-03-21 11:54:25 +01:00
213ff2852a We are getting mysterious crashes on Linux in gtk due to OpenGL context activation GH #1874 #1955.
So we are applying a workaround here, just on linux.
2019-03-21 11:44:39 +01:00
df250039df Tech ENABLE_CANVAS_GUI_REFACTORING set as default 2019-03-20 09:33:30 +01:00
ca623b9a83 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-19 10:59:16 +01:00
731e5a36b7 Commit 4a8a1fac7b re-made as linux-only 2019-03-19 10:54:54 +01:00
5bb89f4da2 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-19 10:48:51 +01:00
6eafc97302 Alternate fix of #1976 2019-03-19 10:48:20 +01:00
42939e76a3 Code cleanup 2019-03-19 09:21:27 +01:00
c0a2360c46 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-19 08:25:50 +01:00
4a8a1fac7b Fix of #1976 2019-03-18 16:00:44 +01:00
f249155340 Follow-up of a5b202aa1d (fixed cleanup of toolpaths in preview after scene update) 2019-03-18 14:07:55 +01:00
08ca5f1138 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-18 13:06:19 +01:00
a5b202aa1d Fix of #1955 and #1874 2019-03-18 12:59:52 +01:00
8b85e09062 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring 2019-03-18 12:07:32 +01:00
e813a562a1 Removed technology ENABLE_IMGUI 2019-03-18 11:45:15 +01:00