From 8aee9d51b6fa4eb1887208df735cb46f852493b4 Mon Sep 17 00:00:00 2001
From: Erik van der Zalm <erik@vdzalm.eu>
Date: Thu, 12 Apr 2012 21:12:31 +0200
Subject: [PATCH] Disabled disable_heater in PID_autotune.
---
 Marlin/temperature.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp
index a2e7e79945..62e84b1fda 100644
--- a/Marlin/temperature.cpp
+++ b/Marlin/temperature.cpp
@@ -154,7 +154,7 @@ void PID_autotune(float temp)
   
   SERIAL_ECHOLN("PID Autotune start");
   
-  disable_heater(); // switch off all heaters.
+  //disable_heater(); // switch off all heaters.
   
   for(;;) {
 
-- 
GitLab