Patch M114 D logical output

This commit is contained in:
Scott Lahteine 2018-01-23 18:48:53 -06:00 committed by GitHub
parent cc9165cb99
commit 87c254b238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8391,7 +8391,7 @@ void report_current_position() {
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);