parent
7450b7c36e
commit
b6fa55aa37
3 changed files with 17 additions and 8 deletions
|
|
@ -744,6 +744,10 @@ void Temperature::manage_heater() {
|
|||
static bool last_pause_state;
|
||||
#endif
|
||||
|
||||
#if ENABLED(EMERGENCY_PARSER)
|
||||
if (killed_by_M112) kill(PSTR(MSG_KILLED));
|
||||
#endif
|
||||
|
||||
if (!temp_meas_ready) return;
|
||||
|
||||
updateTemperaturesFromRawValues(); // also resets the watchdog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue