Browse Source

Add planner.synchronize to UBL G29

pull/1/head
Scott Lahteine 5 years ago
parent
commit
78557076ff
  1. 1
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

1
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

@ -313,6 +313,7 @@
// Check for commands that require the printer to be homed
if (may_move) {
planner.synchronize();
if (axis_unhomed_error()) gcode.home_all_axes();
#if ENABLED(DUAL_X_CARRIAGE)
if (active_extruder != 0) tool_change(0);

Loading…
Cancel
Save