chiark
/
gitweb
/
~ianmdlvl
/
marlin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939f1fa
)
Disabled disable_heater in PID_autotune.
author
Erik van der Zalm
<erik@vdzalm.eu>
Thu, 12 Apr 2012 19:12:31 +0000
(21:12 +0200)
committer
Erik van der Zalm
<erik@vdzalm.eu>
Thu, 12 Apr 2012 19:12:31 +0000
(21:12 +0200)
Marlin/temperature.cpp
patch
|
blob
|
history
diff --git
a/Marlin/temperature.cpp
b/Marlin/temperature.cpp
index a2e7e7994577dd17de46fa123890a9c3c582ac3e..62e84b1fda6a4fc753c476f17019cd17082d7186 100644
(file)
--- 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(;;) {