Home XYZ newline
This commit is contained in:
parent
b72fd7ea9c
commit
d49d40f7b0
@ -1053,7 +1053,7 @@ bool axis_unhomed_error(uint8_t axis_bits/*=0x07*/) {
|
|||||||
TEST(axis_bits, Z_AXIS) ? "Z" : ""
|
TEST(axis_bits, Z_AXIS) ? "Z" : ""
|
||||||
);
|
);
|
||||||
SERIAL_ECHO_START();
|
SERIAL_ECHO_START();
|
||||||
SERIAL_ECHO(msg);
|
SERIAL_ECHOLN(msg);
|
||||||
#if HAS_DISPLAY
|
#if HAS_DISPLAY
|
||||||
ui.set_status(msg);
|
ui.set_status(msg);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user