mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
FIX:fixed no longer synchronizing the printer after cancel printing
Change-Id: Ib4a7d59747fac13a431161dc8e77716b357fc8b0
This commit is contained in:
parent
da7353dd6b
commit
9775e84b4a
1 changed files with 3 additions and 0 deletions
|
@ -2701,6 +2701,9 @@ void SelectMachineDialog::on_selection_changed(wxCommandEvent &event)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//reset print status
|
||||||
|
show_status(PrintDialogStatus::PrintStatusInit);
|
||||||
|
|
||||||
reset_ams_material();
|
reset_ams_material();
|
||||||
|
|
||||||
update_show_status();
|
update_show_status();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue