diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp
index da1e6029848..b31d1859fc5 100644
--- a/Marlin/temperature.cpp
+++ b/Marlin/temperature.cpp
@@ -2200,6 +2200,7 @@ void Temperature::isr() {
       SERIAL_PROTOCOLPAIR(" (", r / OVERSAMPLENR);
       SERIAL_PROTOCOLCHAR(')');
     #endif
+    safe_delay(2);
   }
 
   extern uint8_t target_extruder;