소스 검색

Report position in G92

Scott Lahteine 8 년 전
부모
커밋
6ad0da661c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      Marlin/Marlin_main.cpp

+ 2
- 0
Marlin/Marlin_main.cpp 파일 보기

@@ -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…
취소
저장