mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
FIX: add hms action buttons
jira: [STUDIO-10823] Change-Id: I751f0951df439a5265cc53f5679fa69b8d1c728a (cherry picked from commit 0ed457207e2ec31cca276667af9c4ffa392f9843)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user