FIX: add hms action buttons

jira: [STUDIO-10823]
Change-Id: I751f0951df439a5265cc53f5679fa69b8d1c728a
(cherry picked from commit 0ed457207e2ec31cca276667af9c4ffa392f9843)
This commit is contained in:
xin.zhang
2025-09-18 11:06:57 +08:00
committed by Noisyfox
parent ac4a4ca8ba
commit 9db67520c0
6 changed files with 151 additions and 4 deletions
+7
View File
@@ -1149,6 +1149,13 @@ public:
int command_task_cancel(std::string job_id);
int command_task_pause();
int command_task_resume();
int command_hms_idle_ignore(const std::string &error_str, int type);
int command_hms_resume(const std::string& error_str, const std::string& job_id);
int command_hms_ignore(const std::string& error_str, const std::string& job_id);
/* buzzer*/
int command_stop_buzzer();
/* temp*/
int command_set_bed(int temp);
int command_set_nozzle(int temp);
int command_set_nozzle_new(int nozzle_id, int temp);