mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 17:56:14 +00:00
Patch M114 D logical output
This commit is contained in:
parent
cc9165cb99
commit
87c254b238
1 changed files with 1 additions and 1 deletions
|
@ -8391,7 +8391,7 @@ void report_current_position() {
|
|||
LOGICAL_Y_POSITION(current_position[Y_AXIS]),
|
||||
LOGICAL_Z_POSITION(current_position[Z_AXIS])
|
||||
};
|
||||
report_xyze(logical);
|
||||
report_xyz(logical);
|
||||
|
||||
SERIAL_PROTOCOLPGM("Raw: ");
|
||||
report_xyz(current_position);
|
||||
|
|
Loading…
Add table
Reference in a new issue