parent
869d7f3703
commit
405a2132f3
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@
|
||||||
#define NUM_SERVOS (Z_ENDSTOP_SERVO_NR + 1)
|
#define NUM_SERVOS (Z_ENDSTOP_SERVO_NR + 1)
|
||||||
#endif
|
#endif
|
||||||
#undef DEACTIVATE_SERVOS_AFTER_MOVE
|
#undef DEACTIVATE_SERVOS_AFTER_MOVE
|
||||||
#if NUM_SERVOS = 1
|
#if NUM_SERVOS == 1
|
||||||
#undef SERVO_DELAY
|
#undef SERVO_DELAY
|
||||||
#define SERVO_DELAY { 50 }
|
#define SERVO_DELAY { 50 }
|
||||||
#endif
|
#endif
|
||||||
|
|
Reference in a new issue