Skip to content

Commit

Permalink
Revert that wack backoff
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 8, 2020
1 parent 64d0929 commit 2a71e4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Marlin/src/gcode/calibrate/G28.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@
#if AXIS_HAS_STALLGUARD(Y2)
tmc_disable_stallguard(stepperY2, stealth_states.y2);
#endif
do_blocking_move_to_xy(-0.5 * x_axis_home_dir, -0.5 * home_dir(Y_AXIS), fr_mm_s / 2);
safe_delay(100);
#endif
}

Expand Down

0 comments on commit 2a71e4f

Please sign in to comment.