mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Fix issue that filament is rolled back and forth when click ams slots
This commit is contained in:
@@ -112,6 +112,7 @@ public:
|
||||
AMSModel m_is_none_ams_mode{AMSModel::EXT_AMS};
|
||||
|
||||
void SetAmsModel(AMSModel mode, AMSModel ext_mode) {m_ams_model = mode; m_ext_model = ext_mode;};
|
||||
void AmsSelectedSwitch(wxCommandEvent& event);
|
||||
|
||||
void SetActionState(bool button_status[]);
|
||||
void EnterNoneAMSMode();
|
||||
|
||||
Reference in New Issue
Block a user