Added "auto fan" checks to PID_autotune

This commit is contained in:
Greg Rebholz
2014-12-23 23:35:54 -05:00
parent fe8d8beb7a
commit 7ecb7cbd46
2 changed files with 19 additions and 0 deletions

View File

@ -186,5 +186,8 @@ FORCE_INLINE void autotempShutdown(){
void PID_autotune(float temp, int extruder, int ncycles);
void setExtruderAutoFanState(int pin, bool state);
void checkExtruderAutoFans();
#endif