mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-06 05:24:03 -06:00
Optimize BlueR, Sapphire Pro (#385)
This commit is contained in:
parent
102410ea60
commit
d4526ab475
8 changed files with 29 additions and 29 deletions
|
@ -373,7 +373,7 @@
|
|||
*/
|
||||
#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (15*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue