summaryrefslogtreecommitdiff
path: root/Sprinter/heater.h
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-05-04 09:40:45 +0200
committermidopple <mdoppler@gmx.at>2012-05-04 09:40:45 +0200
commitd2ccafcb779d337eee76b16186db82806cbdeedc (patch)
tree69a14b9a3d258b3dea8501678a5c73d1f0bbf07e /Sprinter/heater.h
parent5a60fcd6f57d23dbaa1954546e5f869f223854db (diff)
Version 1.3.17T
- M303 - PID relay autotune possible - G4 Wait until last move is done
Diffstat (limited to 'Sprinter/heater.h')
-rw-r--r--Sprinter/heater.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Sprinter/heater.h b/Sprinter/heater.h
index 6e00a37..87b6b4d 100644
--- a/Sprinter/heater.h
+++ b/Sprinter/heater.h
@@ -119,4 +119,8 @@ extern unsigned char manage_monitor;
void init_Timer2_softpwm(void);
#endif
+#ifdef PID_AUTOTUNE
+ void PID_autotune(int PIDAT_test_temp);
+#endif
+
void manage_heater();