Enable WATCH_TEMP_PERIOD by default
This commit is contained in:
parent
deedb00c18
commit
54deb9eea3
15 changed files with 56 additions and 45 deletions
|
|
@ -130,7 +130,6 @@ HOTEND_ROUTINES(0);
|
|||
|
||||
int getHeaterPower(int heater);
|
||||
void disable_all_heaters();
|
||||
void setWatch();
|
||||
void updatePID();
|
||||
|
||||
void PID_autotune(float temp, int extruder, int ncycles);
|
||||
|
|
@ -138,6 +137,10 @@ void PID_autotune(float temp, int extruder, int ncycles);
|
|||
void setExtruderAutoFanState(int pin, bool state);
|
||||
void checkExtruderAutoFans();
|
||||
|
||||
#ifdef WATCH_TEMP_PERIOD
|
||||
void start_watching_heaters();
|
||||
#endif
|
||||
|
||||
FORCE_INLINE void autotempShutdown() {
|
||||
#ifdef AUTOTEMP
|
||||
if (autotemp_enabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue