From: Erik van der Zalm Date: Thu, 12 Apr 2012 19:12:31 +0000 (+0200) Subject: Disabled disable_heater in PID_autotune. X-Git-Tag: iwj-success-2012-07-29~37 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8aee9d51b6fa4eb1887208df735cb46f852493b4;p=marlin.git Disabled disable_heater in PID_autotune. --- diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp index a2e7e79..62e84b1 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(;;) {