PELTIER_BED (2)

This commit is contained in:
Scott Lahteine 2024-10-13 01:50:10 -05:00
parent bbfbae3c06
commit 566d9150df
376 changed files with 379 additions and 379 deletions

View file

@ -203,7 +203,7 @@
//
#if DISABLED(PIDTEMPBED)
#define BED_CHECK_INTERVAL 5000 // (ms) Interval between checks in bang-bang control
#if ENABLED(BED_LIMIT_SWITCHING)
#if ANY(BED_LIMIT_SWITCHING, PELTIER_BED)
#define BED_HYSTERESIS 2 // (°C) Only set the relevant heater state when ABS(T-target) > BED_HYSTERESIS
#endif
#endif