mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX:fixed no longer prompt no SD card when disabling AMS
Change-Id: I4083ffc46dee3526d61735206c4795f96d9f2f96
This commit is contained in:
parent
6f5de187c6
commit
13f5171eb3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue