Explorar el Código

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

G29: Report final position back to host when using MBL
Scott Lahteine hace 8 años
padre
commit
d0ac4541d3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      Marlin/Marlin_main.cpp

+ 2
- 1
Marlin/Marlin_main.cpp Ver fichero

@@ -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…
Cancelar
Guardar