Configurable number of M106 fans (#18883)
This commit is contained in:
@ -1106,6 +1106,13 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
|
||||
#error "FANMUX0_PIN and FANMUX1_PIN must be set before FANMUX2_PIN can be set."
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Limited user-controlled fans
|
||||
*/
|
||||
#if NUM_M106_FANS > FAN_COUNT
|
||||
#error "The selected board doesn't support enough user-controlled fans. Reduce NUM_M106_FANS."
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Limited number of servos
|
||||
*/
|
||||
|
Reference in New Issue
Block a user