5045e07f78Find name of preset from alias before selecting preferred preset.
David Kocik
2021-09-29 11:53:42 +02:00
f045fed340Find name of preset from alias before selecting preferred preset.
David Kocik
2021-09-29 11:53:42 +02:00
430c7a69b3Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS - Completed detection of collision with circular printbed for toolpaths and sla auxyliary volumes
enricoturri1966
2021-09-30 13:16:05 +02:00
f913dde653Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS - Completed detection of collision with circular printbed for toolpaths and sla auxyliary volumes
enricoturri1966
2021-09-30 13:16:05 +02:00
c61a5d234eAfter gizmo snapshots are compacted, rename the last one to something generic
Lukas Matena
2021-09-30 10:21:19 +02:00
d52026f992After gizmo snapshots are compacted, rename the last one to something generic
Lukas Matena
2021-09-30 10:21:19 +02:00
aeb18e729dNew preferences key "clear_undo_redo_stack_on_new_project", set to "1" by default: Clear Undo / Redo stack on new project or load project. Fixes Clear undo chain #2812
Vojtech Bubnik
2021-09-30 10:19:58 +02:00
de000ed50bNew preferences key "clear_undo_redo_stack_on_new_project", set to "1" by default: Clear Undo / Redo stack on new project or load project. Fixes Clear undo chain #2812
Vojtech Bubnik
2021-09-30 10:19:58 +02:00
1f3b272d77Redo of the project state, implementation of Undo/Redo stack compression
Vojtech Bubnik
2021-09-29 16:43:07 +02:00
96f4d71c71Fixed 1st layer support expansion if printed without raft. This is a regression to PrusaSlicer 2.3.3
Vojtech Bubnik
2021-09-30 14:01:25 +02:00
da251fbd1cAdd checkbox for show wire frame
Filip Sykala
2021-09-30 13:56:04 +02:00
07a97f41d3Fix: ../src/slic3r/GUI/Gizmos/GLGizmoSimplify.cpp:411:21: warning: comparison of integer expressions of different signedness: 'std::vector<Slic3r::ModelObject*>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Filip Sykala
2021-09-30 13:15:21 +02:00
a2d2dec107Merge branch 'master' into fs_simplify_wireframe
Filip Sykala
2021-09-30 13:03:32 +02:00
e3459c7c46Add Rendering wire frame when simplify
Filip Sykala
2021-09-30 12:52:43 +02:00
b76f66d2d2Follow-up to 3ee259b602 1) Added parsing of 3MF PrusaSlicer generator semantic version 2) For 3MFs generated by >= "2.4.0-alpha1" and < "2.4.0-alpha3", remove unreferenced vertices on loading. This should shrink the incorrectly generated 3MFs back. 3) Added check for an empty mesh, which could have crashed PrusaSlicer on 3MF parsing.
Vojtech Bubnik
2021-09-30 12:18:36 +02:00
5fe90599fcPainting gizmos no longer use a separate undo/redo stack
Lukas Matena
2021-08-31 13:58:20 +02:00
fab8cfc468Redo of the project state, implementation of Undo/Redo stack compression
Vojtech Bubnik
2021-09-29 16:43:07 +02:00
9cb5c2d826Fixed 1st layer support expansion if printed without raft. This is a regression to PrusaSlicer 2.3.3
Vojtech Bubnik
2021-09-30 14:01:25 +02:00
3ebb13632bAdd checkbox for show wire frame
Filip Sykala
2021-09-30 13:56:04 +02:00
a2c28b38edFix: ../src/slic3r/GUI/Gizmos/GLGizmoSimplify.cpp:411:21: warning: comparison of integer expressions of different signedness: 'std::vector<Slic3r::ModelObject*>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Filip Sykala
2021-09-30 13:15:21 +02:00
5e4adaf2a3Merge branch 'master' into fs_simplify_wireframe
Filip Sykala
2021-09-30 13:03:32 +02:00
0ee512bf08Add Rendering wire frame when simplify
Filip Sykala
2021-09-30 12:52:43 +02:00
2352c07443Follow-up to 3ee259b602 1) Added parsing of 3MF PrusaSlicer generator semantic version 2) For 3MFs generated by >= "2.4.0-alpha1" and < "2.4.0-alpha3", remove unreferenced vertices on loading. This should shrink the incorrectly generated 3MFs back. 3) Added check for an empty mesh, which could have crashed PrusaSlicer on 3MF parsing.
Vojtech Bubnik
2021-09-30 12:18:36 +02:00
b257055ad7Painting gizmos no longer use a separate undo/redo stack
Lukas Matena
2021-08-31 13:58:20 +02:00
7cfe082621Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS - Enable detection of collision with circular printbed for toolpaths
enricoturri1966
2021-09-30 12:08:05 +02:00
08734d0424Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS - Enable detection of collision with circular printbed for toolpaths
enricoturri1966
2021-09-30 12:08:05 +02:00
4eb21d4787Tech ENABLE_FIX_SINKING_OBJECT_OUT_OF_BED_DETECTION - Enable detection of collision with circular printbed also for SLA printers
enricoturri1966
2021-09-30 10:35:53 +02:00
74f5f35e47Tech ENABLE_FIX_SINKING_OBJECT_OUT_OF_BED_DETECTION - Enable detection of collision with circular printbed also for SLA printers
enricoturri1966
2021-09-30 10:35:53 +02:00
b19c742455Fixed conflicts after merge with master
enricoturri1966
2021-09-30 10:31:25 +02:00
c3f7227a9dFixed conflicts after merge with master
enricoturri1966
2021-09-30 10:31:25 +02:00
9c4494637cWIP Undo / Redo and project state: Marking Undo / Redo snapshots with their purpose. Follow-up to 41dc265a45
Vojtech Bubnik
2021-09-27 14:32:09 +02:00
8f3c20b889WIP Undo / Redo and project state: Marking Undo / Redo snapshots with their purpose. Follow-up to 41dc265a45
Vojtech Bubnik
2021-09-27 14:32:09 +02:00
3ee259b602#7010 - Fixed import of volumes from 3mf. This is a regression wrt. PrusaSlicer 2.4.0-alpha1 due to the 3mf import optimization introduced with 8a2a9dba2f
enricoturri1966
2021-09-27 14:14:05 +02:00
c75c12e0a5#7010 - Fixed import of volumes from 3mf. This is a regression wrt. PrusaSlicer 2.4.0-alpha1 due to the 3mf import optimization introduced with 8a2a9dba2f
enricoturri1966
2021-09-27 14:14:05 +02:00
41dc265a45WIP Undo / Redo and project state: Marking Undo / Redo snapshots with their purpose.
Vojtech Bubnik
2021-09-27 14:10:53 +02:00
52e9574d1bWIP Undo / Redo and project state: Marking Undo / Redo snapshots with their purpose.
Vojtech Bubnik
2021-09-27 14:10:53 +02:00
2483a9f036Added missing include
enricoturri1966
2021-09-27 13:02:56 +02:00
529d897e2eAdded missing include
enricoturri1966
2021-09-27 13:02:56 +02:00
1196251d51#7015 - Fixed typo in AMFParserContext::endElement()
enricoturri1966
2021-09-27 12:33:26 +02:00
80f4f62058#7015 - Fixed typo in AMFParserContext::endElement()
enricoturri1966
2021-09-27 12:33:26 +02:00
8ecdea152fFollow-up of 721e396edc - Same fix applied to GCodeProcessor::process_G28() and GCodeProcessor::process_M402()
enricoturri1966
2021-09-27 12:08:26 +02:00
78c830860aFollow-up of 721e396edc - Same fix applied to GCodeProcessor::process_G28() and GCodeProcessor::process_M402()
enricoturri1966
2021-09-27 12:08:26 +02:00