Browse Source

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

G29: Report final position back to host when using MBL
Scott Lahteine 8 years ago
parent
commit
d0ac4541d3
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/Marlin_main.cpp

+ 2
- 1
Marlin/Marlin_main.cpp View File

@@ -3069,8 +3069,9 @@ inline void gcode_G28() {
3069 3069
           return;
3070 3070
         }
3071 3071
         mbl.z_offset = z;
3072
-
3073 3072
     } // switch(state)
3073
+
3074
+    report_current_position();
3074 3075
   }
3075 3076
 
3076 3077
 #elif ENABLED(AUTO_BED_LEVELING_FEATURE)

Loading…
Cancel
Save