Fix tilt_mesh_based_on_probed_grid output bug
This commit is contained in:
parent
97a43f0c2f
commit
7326fe1136
1 changed files with 1 additions and 1 deletions
|
|
@ -1665,7 +1665,7 @@
|
||||||
SERIAL_CHAR('(');
|
SERIAL_CHAR('(');
|
||||||
SERIAL_PROTOCOL_F(LOGICAL_X_POSITION(rx), 7);
|
SERIAL_PROTOCOL_F(LOGICAL_X_POSITION(rx), 7);
|
||||||
SERIAL_CHAR(',');
|
SERIAL_CHAR(',');
|
||||||
SERIAL_PROTOCOL_F(LOGICAL_X_POSITION(ry), 7);
|
SERIAL_PROTOCOL_F(LOGICAL_Y_POSITION(ry), 7);
|
||||||
SERIAL_ECHOPGM(") measured: ");
|
SERIAL_ECHOPGM(") measured: ");
|
||||||
SERIAL_PROTOCOL_F(measured_z, 7);
|
SERIAL_PROTOCOL_F(measured_z, 7);
|
||||||
SERIAL_ECHOPGM(" correction: ");
|
SERIAL_ECHOPGM(" correction: ");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue