mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-20 21:27:48 -06:00
🐛 Fix loud_kill heater disable (#23314)
This commit is contained in:
parent
b16b1d1fc7
commit
b4727411d5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
#if USE_BEEPER
|
||||
thermalManager.disable_all_heaters();
|
||||
#if USE_BEEPER
|
||||
for (uint8_t i = 20; i--;) {
|
||||
WRITE(BEEPER_PIN, HIGH);
|
||||
delay(25);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue