Merge pull request #4049 from esenapaj/Fix-for-the-PR-#4023
Fix for the PR #4023(Add macros to move servos)
This commit is contained in:
commit
8c7babb70f
@ -1840,7 +1840,7 @@ static void setup_for_endstop_move() {
|
|||||||
#if ENABLED(HAS_SERVO_ENDSTOPS)
|
#if ENABLED(HAS_SERVO_ENDSTOPS)
|
||||||
|
|
||||||
// Engage Z Servo endstop if enabled
|
// Engage Z Servo endstop if enabled
|
||||||
if (SERVO_ENDSTOP_EXISTS(Z_AXIS)
|
if (SERVO_ENDSTOP_EXISTS(Z_AXIS))
|
||||||
DEPLOY_SERVO_ENDSTOP(Z_AXIS);
|
DEPLOY_SERVO_ENDSTOP(Z_AXIS);
|
||||||
|
|
||||||
#elif ENABLED(Z_PROBE_ALLEN_KEY)
|
#elif ENABLED(Z_PROBE_ALLEN_KEY)
|
||||||
|
Loading…
Reference in New Issue
Block a user