Skip to content

Commit

Permalink
Hotfix for Babystepping
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Feb 22, 2020
1 parent 3543873 commit 730690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/feature/babystep.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Babystep {
// apply accumulated babysteps to the axes.
//
static inline void task() {
LOOP_L_N(axis, BS_TODO_AXIS(Z_AXIS)) step_axis((AxisEnum)axis);
LOOP_LE_N(axis, BS_TODO_AXIS(Z_AXIS)) step_axis((AxisEnum)axis);
}

private:
Expand Down

0 comments on commit 730690e

Please sign in to comment.