parent
ca55f2927a
commit
3af988a7f3
@ -106,6 +106,10 @@
|
|||||||
active_extruder_parked = false;
|
active_extruder_parked = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(SENSORLESS_HOMING)
|
||||||
|
safe_delay(500); // Short delay needed to settle
|
||||||
|
#endif
|
||||||
|
|
||||||
do_blocking_move_to_xy(destination[X_AXIS], destination[Y_AXIS]);
|
do_blocking_move_to_xy(destination[X_AXIS], destination[Y_AXIS]);
|
||||||
HOMEAXIS(Z);
|
HOMEAXIS(Z);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user