Fixing num_sevos for BLTouch

This commit is contained in:
Brian Kahl 2021-09-09 12:14:12 -05:00
parent 9c3d5779be
commit 2c4c0eac35

View File

@ -3479,8 +3479,9 @@
* Set this manually if there are extra servos needing manual control. * Set this manually if there are extra servos needing manual control.
* Set to 0 to turn off servo support. * Set to 0 to turn off servo support.
*/ */
#define NUM_SERVOS LULZBOT_NUM_SERVOS // Servo index starts with 0 for M280 command #if DISABLED(LULZBOT_BLTouch)
#define NUM_SERVOS LULZBOT_NUM_SERVOS // Servo index starts with 0 for M280 command
#endif
// (ms) Delay before the next move will start, to give the servo time to reach its target angle. // (ms) Delay before the next move will start, to give the servo time to reach its target angle.
// 300ms is a good value but you can try less delay. // 300ms is a good value but you can try less delay.
// If the servo can't reach the requested position, increase it. // If the servo can't reach the requested position, increase it.