diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp index da1e60298..b31d1859f 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;