Skip to content
Snippets Groups Projects
Commit c8e4b7c8 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix XY homing move away rate

parent 05c33833
No related branches found
No related tags found
No related merge requests found
......@@ -1307,7 +1307,7 @@ void homeaxis(const AxisEnum axis) {
#endif
do_homing_move(axis, -bump
#if HOMING_Z_WITH_PROBE
, MMM_TO_MMS(Z_PROBE_SPEED_FAST)
, axis == Z_AXIS ? MMM_TO_MMS(Z_PROBE_SPEED_FAST) : 0.0
#endif
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment