Browse Source

Report position in G92

Scott Lahteine 8 years ago
parent
commit
6ad0da661c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/Marlin_main.cpp

+ 2
- 0
Marlin/Marlin_main.cpp View File

@@ -3922,6 +3922,8 @@ inline void gcode_G92() {
3922 3922
     SYNC_PLAN_POSITION_KINEMATIC();
3923 3923
   else if (didE)
3924 3924
     sync_plan_position_e();
3925
+
3926
+  report_current_position();
3925 3927
 }
3926 3928
 
3927 3929
 #if ENABLED(ULTIPANEL) || ENABLED(EMERGENCY_PARSER)

Loading…
Cancel
Save