Skip to content
Snippets Groups Projects
Commit 8aee9d51 authored by Erik van der Zalm's avatar Erik van der Zalm
Browse files

Disabled disable_heater in PID_autotune.

parent 939f1fab
Branches
Tags
No related merge requests found
......@@ -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(;;) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment