Fix servo count define conflict
`MAX_SERVOS` => `NUM_SERVO_PLUGS`
This commit is contained in:
@ -627,8 +627,8 @@
|
||||
#define MAX_EXTRUDERS 5
|
||||
#endif
|
||||
|
||||
#ifndef MAX_SERVOS
|
||||
#define MAX_SERVOS 4
|
||||
#ifndef NUM_SERVO_PLUGS
|
||||
#define NUM_SERVO_PLUGS 4
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user