Temp tweak

This commit is contained in:
Scott Lahteine 2019-07-17 01:44:10 -05:00
parent abc9b52692
commit ef2a2eb984

View file

@ -977,10 +977,7 @@ void Temperature::manage_heater() {
#if EARLY_WATCHDOG
// If thermal manager is still not running, make sure to at least reset the watchdog!
if (!inited) {
watchdog_reset();
return;
}
if (!inited) return watchdog_reset();
#endif
#if BOTH(PROBING_HEATERS_OFF, BED_LIMIT_SWITCHING)