소스 검색

Patch M114 D logical output

Scott Lahteine 6 년 전
부모
커밋
c9bda932fe
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/gcode/host/M114.cpp

+ 1
- 1
Marlin/src/gcode/host/M114.cpp 파일 보기

@@ -51,7 +51,7 @@
51 51
       LOGICAL_Y_POSITION(current_position[Y_AXIS]),
52 52
       LOGICAL_Z_POSITION(current_position[Z_AXIS])
53 53
     };
54
-    report_xyze(logical);
54
+    report_xyz(logical);
55 55
 
56 56
     SERIAL_PROTOCOLPGM("Raw:    ");
57 57
     report_xyz(current_position);

Loading…
취소
저장