mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX:fixed no longer prompt no SD card when disabling AMS
Change-Id: I4083ffc46dee3526d61735206c4795f96d9f2f96
This commit is contained in:
@@ -2837,7 +2837,7 @@ void SelectMachineDialog::update_show_status()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// no ams
|
// no ams
|
||||||
if (!obj_->has_ams()) {
|
if (!obj_->has_ams() || !ams_check->GetValue()) {
|
||||||
if (!has_tips(obj_))
|
if (!has_tips(obj_))
|
||||||
show_status(PrintDialogStatus::PrintStatusReadingFinished);
|
show_status(PrintDialogStatus::PrintStatusReadingFinished);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user