Skip to content

Commit

Permalink
Merge pull request #4049 from esenapaj/Fix-for-the-PR-#4023
Browse files Browse the repository at this point in the history
Fix for the PR #4023(Add macros to move servos)
  • Loading branch information
thinkyhead authored Jun 16, 2016
2 parents 2d6de3e + 44f091a commit 8c7babb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1840,7 +1840,7 @@ static void setup_for_endstop_move() {
#if ENABLED(HAS_SERVO_ENDSTOPS)

// Engage Z Servo endstop if enabled
if (SERVO_ENDSTOP_EXISTS(Z_AXIS)
if (SERVO_ENDSTOP_EXISTS(Z_AXIS))
DEPLOY_SERVO_ENDSTOP(Z_AXIS);

#elif ENABLED(Z_PROBE_ALLEN_KEY)
Expand Down

0 comments on commit 8c7babb

Please sign in to comment.