Skip to content

Commit

Permalink
Merge pull request #3775 from jbrazio/bugfix/followup-3770
Browse files Browse the repository at this point in the history
G29: Report final position back to host when using MBL
  • Loading branch information
thinkyhead committed May 17, 2016
2 parents ce1d698 + b6a3aef commit d0ac454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3069,8 +3069,9 @@ inline void gcode_G28() {
return;
}
mbl.z_offset = z;

} // switch(state)

report_current_position();
}

#elif ENABLED(AUTO_BED_LEVELING_FEATURE)
Expand Down

0 comments on commit d0ac454

Please sign in to comment.