Add SENSORLESS_HOMING delay to quick_home_xy

Fix #9471
This commit is contained in:
Scott Lahteine 2018-02-19 10:11:11 -06:00
parent 25e3e62354
commit d4e4fe40e0

View file

@ -61,6 +61,9 @@
do_blocking_move_to_xy(1.5 * mlx * x_axis_home_dir, 1.5 * mly * home_dir(Y_AXIS), fr_mm_s);
endstops.hit_on_purpose(); // clear endstop hit flags
current_position[X_AXIS] = current_position[Y_AXIS] = 0.0;
#if ENABLED(SENSORLESS_HOMING)
safe_delay(500); // Short delay needed to settle
#endif
}
#endif // QUICK_HOME