Home XYZ newline

This commit is contained in:
Scott Lahteine 2019-09-25 22:26:08 -05:00
parent b72fd7ea9c
commit d49d40f7b0

View file

@ -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