Skip to content

Commit

Permalink
Fix for the PR MarlinFirmware#4023(Add macros to move servos)
Browse files Browse the repository at this point in the history
・Add missing ')'
  • Loading branch information
esenapaj authored and CONSULitAS committed Aug 18, 2016
1 parent 1807437 commit 3d5b745
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 @@ -1842,7 +1842,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 3d5b745

Please sign in to comment.