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" : ""
|
||||
);
|
||||
SERIAL_ECHO_START();
|
||||
SERIAL_ECHO(msg);
|
||||
SERIAL_ECHOLN(msg);
|
||||
#if HAS_DISPLAY
|
||||
ui.set_status(msg);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue