Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/gcode/host/M114.cpp
|
@ -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); |
|
|