Parcourir la source

Patch M114 D logical output

Scott Lahteine il y a 6 ans
Parent
révision
c9bda932fe
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/src/gcode/host/M114.cpp

+ 1
- 1
Marlin/src/gcode/host/M114.cpp Voir le fichier

@@ -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);

Chargement…
Annuler
Enregistrer