2.0.x - Idex match119 (#11556)
* Update ubl_G29.cpp * Update ultralcd.cpp
This commit is contained in:
committed by
Roxy-3D
parent
e9de321ac0
commit
c2553f9888
@ -304,10 +304,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
|
||||
|
Reference in New Issue
Block a user