Roxy-3D
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp
|
|
@ -303,10 +303,10 @@ |
|
|
|
|
|
|
|
// Check for commands that require the printer to be homed
|
|
|
|
if (may_move) { |
|
|
|
if (axis_unhomed_error()) gcode.home_all_axes(); |
|
|
|
#if ENABLED(DUAL_X_CARRIAGE) |
|
|
|
if (active_extruder != 0) tool_change(0); |
|
|
|
#endif |
|
|
|
if (axis_unhomed_error()) gcode.home_all_axes(); |
|
|
|
} |
|
|
|
|
|
|
|
// Invalidate Mesh Points. This command is a little bit asymmetrical because
|
|
|
|