From 5129eb1d4316863cc2c542ecc7a35e61fa7d7b45 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Mon, 15 Jan 2018 00:32:28 -0600
Subject: [PATCH] More reliable temperature serial output?

---
 Marlin/temperature.cpp | 1 +
 1 file changed, 1 insertion(+)

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;