committed by
Scott Lahteine
parent
1552c6d2a5
commit
5a9635aa58
@ -1995,8 +1995,12 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if HAS_FAN0 && CONTROLLER_FAN_PIN == FAN_PIN
|
||||
#error "You cannot set CONTROLLER_FAN_PIN equal to FAN_PIN."
|
||||
#if HAS_FAN0
|
||||
#if CONTROLLER_FAN_PIN == FAN_PIN
|
||||
#error "You cannot set CONTROLLER_FAN_PIN equal to FAN_PIN."
|
||||
#elif ENABLED(FAN_SOFT_PWM_REQUIRED) && DISABLED(FAN_SOFT_PWM)
|
||||
#error "FAN_SOFT_PWM is required. Enable it to continue."
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(USE_CONTROLLER_FAN)
|
||||
|
Reference in New Issue
Block a user