FIX:fixed send button refresh too many times

Change-Id: Ifb0b9e4d2e6ed7997ba7f033d555ea3aeec9fa9c
This commit is contained in:
tao wang
2023-08-21 17:33:18 +08:00
committed by Lane.Wei
parent ae7a9303b8
commit 297e4d1373
2 changed files with 14 additions and 11 deletions

View File

@@ -400,7 +400,7 @@ public:
void check_fcous_state(wxWindow* window);
void popup_filament_backup();
void update_select_layout(MachineObject *obj);
void prepare_mode();
void prepare_mode(bool refresh_button = true);
void sending_mode();
void finish_mode();
void sync_ams_mapping_result(std::vector<FilamentInfo>& result);