diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp
index d55ebffd9f..16d3cfc611 100644
--- a/Marlin/temperature.cpp
+++ b/Marlin/temperature.cpp
@@ -1042,7 +1042,6 @@ void tp_init() {
       case TRReset:
         *timer = 0;
         *state = TRInactive;
-        break;
       // Inactive state waits for a target temperature to be set
       case TRInactive:
         if (target_temperature > 0) {