From 6f493092a77b97d833a08a1cd98608e53e6026a1 Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Fri, 10 Sep 2021 09:10:42 -0500 Subject: [PATCH] Revert "Fixing num_sevos for BLTouch" This reverts commit 2c4c0eac35651a7b4739f5246676ff603a0c78f0. --- Marlin/Configuration.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 31af0cb4f..085b386f1 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -3479,9 +3479,8 @@ * Set this manually if there are extra servos needing manual control. * Set to 0 to turn off servo support. */ -#if DISABLED(LULZBOT_BLTouch) - #define NUM_SERVOS LULZBOT_NUM_SERVOS // Servo index starts with 0 for M280 command -#endif +#define NUM_SERVOS LULZBOT_NUM_SERVOS // Servo index starts with 0 for M280 command + // (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. // If the servo can't reach the requested position, increase it.