adding HOTEND_IDLE_TIMEOUT for all printers

This commit is contained in:
Brian Kahl 2021-09-16 11:35:42 -05:00
parent 3ed3100e04
commit 176378cbfe

View File

@ -443,7 +443,7 @@
* Hotend Idle Timeout
* Prevent filament in the nozzle from charring and causing a critical jam.
*/
//#define HOTEND_IDLE_TIMEOUT
#define HOTEND_IDLE_TIMEOUT
#if ENABLED(HOTEND_IDLE_TIMEOUT)
#define HOTEND_IDLE_TIMEOUT_SEC (15*60) // (seconds) Time without extruder movement to trigger protection
#define HOTEND_IDLE_MIN_TRIGGER 150 // (°C) Minimum temperature to enable hotend protection