Browse Source

Temp tweak

Scott Lahteine 6 years ago
parent
commit
ef2a2eb984
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      Marlin/src/module/temperature.cpp

+ 1
- 4
Marlin/src/module/temperature.cpp View File

977
 
977
 
978
   #if EARLY_WATCHDOG
978
   #if EARLY_WATCHDOG
979
     // If thermal manager is still not running, make sure to at least reset the watchdog!
979
     // If thermal manager is still not running, make sure to at least reset the watchdog!
980
-    if (!inited) {
981
-      watchdog_reset();
982
-      return;
983
-    }
980
+    if (!inited) return watchdog_reset();
984
   #endif
981
   #endif
985
 
982
 
986
   #if BOTH(PROBING_HEATERS_OFF, BED_LIMIT_SWITCHING)
983
   #if BOTH(PROBING_HEATERS_OFF, BED_LIMIT_SWITCHING)

Loading…
Cancel
Save