Temp tweak
This commit is contained in:
parent
abc9b52692
commit
ef2a2eb984
|
@ -977,10 +977,7 @@ void Temperature::manage_heater() {
|
||||||
|
|
||||||
#if EARLY_WATCHDOG
|
#if EARLY_WATCHDOG
|
||||||
// If thermal manager is still not running, make sure to at least reset the watchdog!
|
// If thermal manager is still not running, make sure to at least reset the watchdog!
|
||||||
if (!inited) {
|
if (!inited) return watchdog_reset();
|
||||||
watchdog_reset();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if BOTH(PROBING_HEATERS_OFF, BED_LIMIT_SWITCHING)
|
#if BOTH(PROBING_HEATERS_OFF, BED_LIMIT_SWITCHING)
|
||||||
|
|
Loading…
Reference in a new issue