Skip to content
Snippets Groups Projects
Unverified Commit 025c50cc authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Quick-homing sensorless back-off (#16872)

parent 02cce7d4
Branches
Tags
No related merge requests found
...@@ -106,6 +106,8 @@ ...@@ -106,6 +106,8 @@
#if AXIS_HAS_STALLGUARD(Y2) #if AXIS_HAS_STALLGUARD(Y2)
tmc_disable_stallguard(stepperY2, stealth_states.y2); tmc_disable_stallguard(stepperY2, stealth_states.y2);
#endif #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 #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment