mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 08:25:56 +08:00
Fix SPE-2625: Reset all print statuses when a technology is changed.
This commit is contained in:
parent
24a20590fc
commit
7258af65ee
@ -7342,6 +7342,7 @@ bool Plater::set_printer_technology(PrinterTechnology printer_technology)
|
|||||||
p->printer_technology = printer_technology;
|
p->printer_technology = printer_technology;
|
||||||
bool ret = p->background_process.select_technology(printer_technology);
|
bool ret = p->background_process.select_technology(printer_technology);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
|
s_print_statuses.fill(PrintStatus::idle);
|
||||||
// Update the active presets.
|
// Update the active presets.
|
||||||
}
|
}
|
||||||
//FIXME for SLA synchronize
|
//FIXME for SLA synchronize
|
||||||
|
Loading…
x
Reference in New Issue
Block a user