Fix SPE-2625: Reset all print statuses when a technology is changed.

This commit is contained in:
Martin Šach 2024-12-17 13:26:07 +01:00 committed by Lukas Matena
parent 24a20590fc
commit 7258af65ee

View File

@ -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