mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 22:08:02 +00:00
Patch M114 D logical output
This commit is contained in:
parent
4eb41031e9
commit
c9bda932fe
@ -51,7 +51,7 @@
|
|||||||
LOGICAL_Y_POSITION(current_position[Y_AXIS]),
|
LOGICAL_Y_POSITION(current_position[Y_AXIS]),
|
||||||
LOGICAL_Z_POSITION(current_position[Z_AXIS])
|
LOGICAL_Z_POSITION(current_position[Z_AXIS])
|
||||||
};
|
};
|
||||||
report_xyze(logical);
|
report_xyz(logical);
|
||||||
|
|
||||||
SERIAL_PROTOCOLPGM("Raw: ");
|
SERIAL_PROTOCOLPGM("Raw: ");
|
||||||
report_xyz(current_position);
|
report_xyz(current_position);
|
||||||
|
Loading…
Reference in New Issue
Block a user