Quick-homing sensorless back-off (#16872)

This commit is contained in:
Scott Lahteine 2020-02-26 06:50:13 -06:00 committed by GitHub
parent 02cce7d4b4
commit 025c50cc6d
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,8 @@
#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
}