More precision in M503 output for MBL's M421
This commit is contained in:
parent
1b90682617
commit
a3520b6f01
@ -738,7 +738,8 @@ void Config_PrintSettings(bool forReplay) {
|
|||||||
CONFIG_ECHO_START;
|
CONFIG_ECHO_START;
|
||||||
SERIAL_ECHOPAIR(" M421 X", mbl.get_x(x));
|
SERIAL_ECHOPAIR(" M421 X", mbl.get_x(x));
|
||||||
SERIAL_ECHOPAIR(" Y", mbl.get_y(y));
|
SERIAL_ECHOPAIR(" Y", mbl.get_y(y));
|
||||||
SERIAL_ECHOPAIR(" Z", mbl.z_values[y][x]);
|
SERIAL_ECHOPGM(" Z");
|
||||||
|
SERIAL_PROTOCOL_F(mbl.z_values[y][x], 5);
|
||||||
SERIAL_EOL;
|
SERIAL_EOL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user