Enable WATCH_TEMP_PERIOD by default
This commit is contained in:
parent
deedb00c18
commit
54deb9eea3
15 changed files with 56 additions and 45 deletions
|
|
@ -521,7 +521,9 @@ void _lcd_preheat(int endnum, const float temph, const float tempb, const int fa
|
|||
setTargetBed(tempb);
|
||||
fanSpeed = fan;
|
||||
lcd_return_to_status();
|
||||
setWatch(); // heater sanity check timer
|
||||
#ifdef WATCH_TEMP_PERIOD
|
||||
start_watching_heaters();
|
||||
#endif
|
||||
}
|
||||
void lcd_preheat_pla0() { _lcd_preheat(0, plaPreheatHotendTemp, plaPreheatHPBTemp, plaPreheatFanSpeed); }
|
||||
void lcd_preheat_abs0() { _lcd_preheat(0, absPreheatHotendTemp, absPreheatHPBTemp, absPreheatFanSpeed); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue