Improve max temp / target
This commit is contained in:
committed by
Scott Lahteine
parent
df1ef496d1
commit
cfa6c7d45b
@ -2025,11 +2025,17 @@
|
||||
#undef PIDTEMPBED
|
||||
#endif
|
||||
|
||||
#if HAS_HEATED_BED || HAS_TEMP_CHAMBER
|
||||
#define BED_OR_CHAMBER 1
|
||||
#endif
|
||||
#if HAS_TEMP_COOLER && PIN_EXISTS(COOLER)
|
||||
#define HAS_COOLER 1
|
||||
#ifndef COOLER_OVERSHOOT
|
||||
#define COOLER_OVERSHOOT 2
|
||||
#endif
|
||||
#define COOLER_MIN_TARGET (COOLER_MINTEMP + (COOLER_OVERSHOOT))
|
||||
#define COOLER_MAX_TARGET (COOLER_MAXTEMP - (COOLER_OVERSHOOT))
|
||||
#endif
|
||||
|
||||
#if HAS_HEATED_BED || HAS_TEMP_CHAMBER
|
||||
#define BED_OR_CHAMBER 1
|
||||
#endif
|
||||
#if HAS_TEMP_HOTEND || BED_OR_CHAMBER || HAS_TEMP_PROBE || HAS_TEMP_COOLER
|
||||
#define HAS_TEMP_SENSOR 1
|
||||
|
Reference in New Issue
Block a user