瀏覽代碼

Patch M114 D logical output

Scott Lahteine 6 年之前
父節點
當前提交
c9bda932fe
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存