mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Tech ENABLE_SEQUENTIAL_LIMITS -> Reset sequential print clearance regions contours when clearing the plater
This commit is contained in:
parent
40b97c33c5
commit
abbe7f7eea
1 changed files with 4 additions and 0 deletions
|
@ -2730,6 +2730,10 @@ void Plater::priv::reset()
|
||||||
reset_gcode_toolpaths();
|
reset_gcode_toolpaths();
|
||||||
gcode_result.reset();
|
gcode_result.reset();
|
||||||
|
|
||||||
|
#if ENABLE_SEQUENTIAL_LIMITS
|
||||||
|
view3D->get_canvas3d()->set_sequential_print_clearance(Polygons(), false);
|
||||||
|
#endif // ENABLE_SEQUENTIAL_LIMITS
|
||||||
|
|
||||||
// Stop and reset the Print content.
|
// Stop and reset the Print content.
|
||||||
this->background_process.reset();
|
this->background_process.reset();
|
||||||
model.clear_objects();
|
model.clear_objects();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue