Fix AMS sync

This commit is contained in:
Noisyfox 2025-10-01 12:50:12 +08:00
parent 6757906ad3
commit fa68dde4b3

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();
}
}