ENH: HMS add action 39; modify display of 29

JIRA: [STUDIO-13191]
Change-Id: I411fb4c56b395d576aaca7b610aa613e4f6cf806
(cherry picked from commit 45f756d5353f84814a2c7baa3290879a7bef3d6f)
This commit is contained in:
xin.zhang
2025-07-24 11:18:06 +08:00
committed by Noisyfox
parent 6121a420f1
commit b39bc5bf8f
5 changed files with 36 additions and 7 deletions

View File

@@ -4764,7 +4764,7 @@ void StatusPanel::on_print_error_dlg_btn_clicked(wxCommandEvent& event)
obj->command_hms_resume(std::to_string(before_error_code), obj->job_id_);
break;
}
case Slic3r::GUI::PrintErrorDialog::STOP_BUZZER: {
case Slic3r::GUI::PrintErrorDialog::TURN_OFF_FIRE_ALARM: {
obj->command_stop_buzzer();
break;
}