ENH:add confirmation pop-up window

jira:[STUDIO-12237]

Change-Id: I255e074f5f4eba4a6d7fdbf8f3a6c1c3751a951c
(cherry picked from commit 6c3e57dd3d3ea0b4cfb1db0754e56d15d8aba826)
This commit is contained in:
tao wang
2025-05-19 17:21:20 +08:00
committed by Noisyfox
parent 22f3a2f8bd
commit 48bc942cc4
2 changed files with 14 additions and 5 deletions

View File

@@ -1209,6 +1209,7 @@ public:
int command_set_nozzle(int temp);
int command_set_nozzle_new(int nozzle_id, int temp);
int command_set_chamber(int temp);
int check_resume_condition();
// ams controls
//int command_ams_switch(int tray_index, int old_temp = 210, int new_temp = 210);
int command_ams_change_filament(bool load, std::string ams_id, std::string slot_id, int old_temp = 210, int new_temp = 210);