apply correction when swtiching from MBL to physical in G28 X

This commit is contained in:
lrpirlet 2016-07-03 21:43:42 +02:00
parent 1236a3b3ab
commit 9b42c6b44b

View file

@ -2770,6 +2770,7 @@ inline void gcode_G28() {
current_position[Y_AXIS] - home_offset[Y_AXIS]);
}
mbl.set_active(false);
current_position[Z_AXIS] = pre_home_z;
}
#endif