mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-14 15:26:11 -06:00
FIX: disable printing while ams setting up
jira: [STUDIO-9813] Change-Id: Ic5ff3f96ab86da317744d5fbe0b068e3ba77666b (cherry picked from commit 26609a130afbab4088cc7bea261266fa6da1def5)
This commit is contained in:
parent
7cf1621747
commit
5807353e24
3 changed files with 18 additions and 9 deletions
|
|
@ -3449,14 +3449,11 @@ void SelectMachineDialog::update_show_status()
|
|||
}
|
||||
}
|
||||
|
||||
// check ams and vt_slot mix use status
|
||||
#if 0 /*AP is supporting, send the print job and let the device check it*/
|
||||
if (obj_->is_ams_on_settingup())
|
||||
{
|
||||
show_status(PrintDialogStatus::PrintStatusAmsOnSettingup);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
struct ExtruderStatus
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue