Adjust homing backoff feedrate (#14972)
This commit is contained in:
parent
5a7c0216f7
commit
33f6d77281
@ -1663,7 +1663,7 @@ void homeaxis(const AxisEnum axis) {
|
|||||||
];
|
];
|
||||||
if (backoff_mm) {
|
if (backoff_mm) {
|
||||||
current_position[axis] -= ABS(backoff_mm) * axis_home_dir;
|
current_position[axis] -= ABS(backoff_mm) * axis_home_dir;
|
||||||
line_to_current_position();
|
line_to_current_position(Z_PROBE_SPEED_FAST);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user