Added "auto fan" checks to PID_autotune
This commit is contained in:
parent
fe8d8beb7a
commit
7ecb7cbd46
2 changed files with 19 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue