mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 03:35:54 +08:00
FIX: hide checkbox/label/tips of use_ams
Change-Id: Ifce452f0776bbe02bf2446e952b1ac0b474a6d72
This commit is contained in:
parent
6792b42992
commit
8f28474ed2
@ -1909,9 +1909,9 @@ void SelectMachineDialog::on_selection_changed(wxCommandEvent &event)
|
||||
void SelectMachineDialog::update_ams_check(MachineObject* obj)
|
||||
{
|
||||
if (obj && obj->ams_support_use_ams) {
|
||||
ams_check->Show();
|
||||
select_use_ams->Show();
|
||||
} else {
|
||||
ams_check->Hide();
|
||||
select_use_ams->Hide();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user