mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +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
|
||||
if (!obj_->has_ams()) {
|
||||
if (!obj_->has_ams() || !ams_check->GetValue()) {
|
||||
if (!has_tips(obj_))
|
||||
show_status(PrintDialogStatus::PrintStatusReadingFinished);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user