Disabled disable_heater in PID_autotune.
This commit is contained in:
parent
939f1fab46
commit
8aee9d51b6
@ -154,7 +154,7 @@ void PID_autotune(float temp)
|
|||||||
|
|
||||||
SERIAL_ECHOLN("PID Autotune start");
|
SERIAL_ECHOLN("PID Autotune start");
|
||||||
|
|
||||||
disable_heater(); // switch off all heaters.
|
//disable_heater(); // switch off all heaters.
|
||||||
|
|
||||||
for(;;) {
|
for(;;) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user