Browse Source

Patch M114 D logical output

Scott Lahteine 6 years ago
parent
commit
c9bda932fe
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/host/M114.cpp

+ 1
- 1
Marlin/src/gcode/host/M114.cpp View File

@@ -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…
Cancel
Save