From b4727411d5a57a977625b484e3d22f4bea8f0790 Mon Sep 17 00:00:00 2001 From: Robby Candra Date: Sun, 19 Dec 2021 05:33:21 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20loud=5Fkill=20heater=20dis?= =?UTF-8?q?able=20(#23314)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/module/temperature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/module/temperature.cpp b/Marlin/src/module/temperature.cpp index 341aec59b4..dccdc55034 100644 --- a/Marlin/src/module/temperature.cpp +++ b/Marlin/src/module/temperature.cpp @@ -983,8 +983,8 @@ int16_t Temperature::getHeaterPower(const heater_id_t heater_id) { inline void loud_kill(FSTR_P const lcd_msg, const heater_id_t heater_id) { marlin_state = MF_KILLED; + thermalManager.disable_all_heaters(); #if USE_BEEPER - thermalManager.disable_all_heaters(); for (uint8_t i = 20; i--;) { WRITE(BEEPER_PIN, HIGH); delay(25);