Skip to content

Commit

Permalink
Update M666.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanityAutomation committed Jan 2, 2020
1 parent 2cb9452 commit 980b586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/calibrate/M666.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
const int ind = parser.intval('S');
if (!ind || ind == 2) endstops.z2_endstop_adj = z_adj;
if (!ind || ind == 3) endstops.z3_endstop_adj = z_adj;
#if ENABLED(ENABLED(Z_QUAD_ENDSTOPS))
#if ENABLED(Z_QUAD_ENDSTOPS)
if (!ind || ind == 4) endstops.z4_endstop_adj = z_adj;
#endif
}
Expand Down

0 comments on commit 980b586

Please sign in to comment.