🔧 Chamber Fan index option (#23262)
This commit is contained in:
committed by
Scott Lahteine
parent
48358d6a5c
commit
15204470a8
@ -2272,8 +2272,8 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
|
||||
#error "LASER_COOLANT_FLOW_METER requires FLOWMETER_PIN and LASER_FEATURE."
|
||||
#endif
|
||||
|
||||
#if ENABLED(CHAMBER_FAN) && !(defined(CHAMBER_FAN_MODE) && WITHIN(CHAMBER_FAN_MODE, 0, 2))
|
||||
#error "CHAMBER_FAN_MODE must be between 0 and 2."
|
||||
#if ENABLED(CHAMBER_FAN) && !(defined(CHAMBER_FAN_MODE) && WITHIN(CHAMBER_FAN_MODE, 0, 3))
|
||||
#error "CHAMBER_FAN_MODE must be between 0 and 3."
|
||||
#endif
|
||||
|
||||
#if ENABLED(CHAMBER_VENT)
|
||||
|
@ -524,6 +524,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(CHAMBER_FAN) && !defined(CHAMBER_FAN_INDEX)
|
||||
#warning "Auto-assigned CHAMBER_FAN_INDEX to the first free FAN pin."
|
||||
#endif
|
||||
|
||||
#if IS_LEGACY_TFT
|
||||
#warning "Don't forget to update your TFT settings in Configuration.h."
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user