Combine thermal runaway and watch-period
- Make thermal protection for all hotends and/or bed into simple switches - Now enable `WATCH_TEMP_PERIOD` when `THERMAL_PROTECTION_HOTENDS` is enabled - Move detailed thermal parameters to `Configuration_adv.h` - Add sanity checks to warn about old configurations - Change `WATCH_TEMP_PERIOD` to seconds instead of milliseconds
This commit is contained in:
@ -137,7 +137,7 @@ void PID_autotune(float temp, int extruder, int ncycles);
|
||||
void setExtruderAutoFanState(int pin, bool state);
|
||||
void checkExtruderAutoFans();
|
||||
|
||||
#ifdef WATCH_TEMP_PERIOD
|
||||
#ifdef THERMAL_PROTECTION_HOTENDS
|
||||
void start_watching_heater(int e=0);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user