Merge pull request #3775 from jbrazio/bugfix/followup-3770

G29: Report final position back to host when using MBL
master
Scott Lahteine 8 years ago
commit d0ac4541d3

@ -3069,8 +3069,9 @@ inline void gcode_G28() {
return;
}
mbl.z_offset = z;
} // switch(state)
report_current_position();
}
#elif ENABLED(AUTO_BED_LEVELING_FEATURE)

Loading…
Cancel
Save