|
@ -51,7 +51,7 @@ |
|
|
#include "../feature/bltouch.h" |
|
|
#include "../feature/bltouch.h" |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#if EITHER(ULTRA_LCD, EXTENSIBLE_UI) |
|
|
#if HAS_DISPLAY |
|
|
#include "../lcd/ultralcd.h" |
|
|
#include "../lcd/ultralcd.h" |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
@ -1044,7 +1044,7 @@ bool axis_unhomed_error(const bool x/*=true*/, const bool y/*=true*/, const bool |
|
|
if (zz) SERIAL_CHAR('Z'); |
|
|
if (zz) SERIAL_CHAR('Z'); |
|
|
SERIAL_ECHOLNPGM(" " MSG_FIRST); |
|
|
SERIAL_ECHOLNPGM(" " MSG_FIRST); |
|
|
|
|
|
|
|
|
#if EITHER(ULTRA_LCD, EXTENSIBLE_UI) |
|
|
#if HAS_DISPLAY |
|
|
ui.status_printf_P(0, PSTR(MSG_HOME " %s%s%s " MSG_FIRST), xx ? MSG_X : "", yy ? MSG_Y : "", zz ? MSG_Z : ""); |
|
|
ui.status_printf_P(0, PSTR(MSG_HOME " %s%s%s " MSG_FIRST), xx ? MSG_X : "", yy ? MSG_Y : "", zz ? MSG_Z : ""); |
|
|
#endif |
|
|
#endif |
|
|
return true; |
|
|
return true; |
|
|