Browse Source

Disabled disable_heater in PID_autotune.

pull/1/head
Erik van der Zalm 13 years ago
parent
commit
8aee9d51b6
  1. 2
      Marlin/temperature.cpp

2
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(;;) {

Loading…
Cancel
Save