Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenricoturri1966 <enricoturri@seznam.cz>2021-08-20 10:36:53 +0300
committerenricoturri1966 <enricoturri@seznam.cz>2021-08-20 10:36:53 +0300
commit4ebcbca711168df342d2991f7a74dc2d9108d005 (patch)
treebc6d69fe20fb2c006d5ab3b228adab9ee202beb5
parent421089ebc816d2b440581e809e79b8c9e647193d (diff)
Fixed sequential print clearance contours not disappearing when switching to SLA printer
-rw-r--r--src/slic3r/GUI/Plater.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp
index 22a1b36ae..0c3c5b9b1 100644
--- a/src/slic3r/GUI/Plater.cpp
+++ b/src/slic3r/GUI/Plater.cpp
@@ -5847,6 +5847,7 @@ void Plater::on_config_change(const DynamicPrintConfig &config)
p->sidebar->update_searcher();
p->sidebar->show_sliced_info_sizer(false);
p->reset_gcode_toolpaths();
+ p->view3D->get_canvas3d()->reset_sequential_print_clearance();
}
else if (opt_key == "bed_shape" || opt_key == "bed_custom_texture" || opt_key == "bed_custom_model") {
bed_shape_changed = true;