Delay after homing_backoff for CoreXY sensorless homing (#17273)
This commit is contained in:
parent
edd6f6c5f2
commit
bef9b9b07e
@ -1779,6 +1779,13 @@ void homeaxis(const AxisEnum axis) {
|
|||||||
#endif
|
#endif
|
||||||
homing_feedrate(axis)
|
homing_feedrate(axis)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
#if ENABLED(SENSORLESS_HOMING)
|
||||||
|
planner.synchronize();
|
||||||
|
#if IS_CORE
|
||||||
|
if (axis != NORMAL_AXIS) safe_delay(200); // Short delay to allow belts to spring back
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user