Home XYZ newline

2.0.x
Scott Lahteine 5 years ago
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…
Cancel
Save