Add planner.synchronize to UBL G29
This commit is contained in:
parent
6578aa4e1b
commit
78557076ff
@ -313,6 +313,7 @@
|
|||||||
|
|
||||||
// Check for commands that require the printer to be homed
|
// Check for commands that require the printer to be homed
|
||||||
if (may_move) {
|
if (may_move) {
|
||||||
|
planner.synchronize();
|
||||||
if (axis_unhomed_error()) gcode.home_all_axes();
|
if (axis_unhomed_error()) gcode.home_all_axes();
|
||||||
#if ENABLED(DUAL_X_CARRIAGE)
|
#if ENABLED(DUAL_X_CARRIAGE)
|
||||||
if (active_extruder != 0) tool_change(0);
|
if (active_extruder != 0) tool_change(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user