Browse Source

Fix a typo breaking the build (#15726)

pull/1/head
LinFor 5 years ago
committed by Scott Lahteine
parent
commit
7d24f152d8
  1. 2
      Marlin/src/module/temperature.cpp

2
Marlin/src/module/temperature.cpp

@ -766,7 +766,7 @@ void Temperature::_temp_error(const heater_ind_t heater, PGM_P const serial_msg,
if (ELAPSED(ms, expire_ms)) ++killed;
break;
case 2:
loud_kill(lcd_msg1, heater);
loud_kill(lcd_msg, heater);
++killed;
break;
}

Loading…
Cancel
Save