|
@@ -336,7 +336,7 @@
|
336
|
336
|
*/
|
337
|
337
|
//#define HOTEND_IDLE_TIMEOUT
|
338
|
338
|
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
339
|
|
- #define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
|
339
|
+ #define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
340
|
340
|
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
341
|
341
|
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
342
|
342
|
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|