Merge pull request #11610 from Freeviv/bugfix-2.0.x
[2.0.x] Editable servo angles
This commit is contained in:
@ -720,8 +720,8 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
|
||||
/**
|
||||
* Limited number of servos
|
||||
*/
|
||||
#if NUM_SERVOS > 4
|
||||
#error "The maximum number of SERVOS in Marlin is 4."
|
||||
#if NUM_SERVOS > MAX_SERVOS
|
||||
#error "The selected board doesn't support enough servos for your configuration. Reduce NUM_SERVOS."
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user