Procházet zdrojové kódy

Patch M114 D logical output

Scott Lahteine před 6 roky
rodič
revize
c9bda932fe
No account linked to committer's email address
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Marlin/src/gcode/host/M114.cpp

+ 1
- 1
Marlin/src/gcode/host/M114.cpp Zobrazit soubor

@@ -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…
Zrušit
Uložit