Fix AMS sync

This commit is contained in:
Noisyfox
2025-10-01 12:50:12 +08:00
parent 556c653a01
commit 5cf7659ce8

View File

@@ -387,10 +387,8 @@ struct ExtruderGroup : StaticGroup
return;
ams_n4 = n4;
ams_n1 = n1;
if (btn_edit) {
if (GUI::wxGetApp().plater())
GUI::wxGetApp().plater()->update_machine_sync_status();
update_ams();
}
}