mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-17 09:52:36 -07:00
FIX:fixed the crash when sent print when no printer available
Change-Id: I2974ff7c3f7e753239718f9bfd8b4977672dc651 (cherry picked from commit 9f3c98dcfb8801fe70e9dd02f0f931be6c5556be)
This commit is contained in:
parent
679a4a7fa3
commit
1b11416cb8
1 changed files with 1 additions and 1 deletions
|
|
@ -2830,7 +2830,7 @@ void SelectMachineDialog::update_ams_check(MachineObject *obj)
|
|||
}
|
||||
}
|
||||
|
||||
if (obj->is_enable_np) { m_checkbox_list["use_ams"]->SetValue(true); }
|
||||
if (obj && obj->is_enable_np) { m_checkbox_list["use_ams"]->SetValue(true); }
|
||||
}
|
||||
|
||||
void SelectMachineDialog::update_show_status()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue