From ef2a2eb984a39f40318d67b205a5498908348b31 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 17 Jul 2019 01:44:10 -0500 Subject: [PATCH] Temp tweak --- Marlin/src/module/temperature.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Marlin/src/module/temperature.cpp b/Marlin/src/module/temperature.cpp index b8a14ae76..0cdce6dc7 100644 --- a/Marlin/src/module/temperature.cpp +++ b/Marlin/src/module/temperature.cpp @@ -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)