FIX: Revert "NEW: add HMS action to stop AMS drying"

This reverts commit 60328ef7d1400c19e9895a47d8e98d901d3401fd.
jira: [STUDIO-12372]

Change-Id: I7c2da5fa5a96d9fe00389e80535a9983dd581a2d
(cherry picked from commit 11c9efb2a2562e0a7094e4f3da1fa8af48aa7879)
This commit is contained in:
xin.zhang
2025-06-05 18:17:04 +08:00
committed by Noisyfox
parent 4a02669054
commit 363fe39c83
5 changed files with 2 additions and 18 deletions

View File

@@ -4731,10 +4731,6 @@ void StatusPanel::on_print_error_dlg_btn_clicked(wxCommandEvent& event)
obj->command_ams_control("resume");
break;
}
case Slic3r::GUI::PrintErrorDialog::STOP_DRYING: {
obj->command_ams_drying_stop();
break;
}
case Slic3r::GUI::PrintErrorDialog::ERROR_BUTTON_COUNT: break;
default: break;
}