From 7258af65eec818371932b6523bdc87251493fb07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0ach?= Date: Tue, 17 Dec 2024 13:26:07 +0100 Subject: [PATCH] Fix SPE-2625: Reset all print statuses when a technology is changed. --- src/slic3r/GUI/Plater.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 3a0652ad3a..ca5d2b31fc 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -7342,6 +7342,7 @@ bool Plater::set_printer_technology(PrinterTechnology printer_technology) p->printer_technology = printer_technology; bool ret = p->background_process.select_technology(printer_technology); if (ret) { + s_print_statuses.fill(PrintStatus::idle); // Update the active presets. } //FIXME for SLA synchronize