|
|
@ -163,9 +163,8 @@ |
|
|
|
#define MSG_USER_MENU _UxGT("Custom Commands") |
|
|
|
#endif |
|
|
|
|
|
|
|
#if ENABLED(AUTO_BED_LEVELING_UBL) |
|
|
|
#ifndef MSG_UBL_DOING_G29 |
|
|
|
#define MSG_UBL_DOING_G29 _UxGT("Doing G29 UBL!") |
|
|
|
#define MSG_UBL_DOING_G29 _UxGT("Doing G29") |
|
|
|
#endif |
|
|
|
#ifndef MSG_UBL_UNHOMED |
|
|
|
#define MSG_UBL_UNHOMED _UxGT("Home XYZ first") |
|
|
@ -324,15 +323,14 @@ |
|
|
|
#define MSG_UBL_SAVE_MESH _UxGT("Save Bed Mesh") |
|
|
|
#endif |
|
|
|
#ifndef MSG_UBL_SAVE_ERROR |
|
|
|
#define MSG_UBL_SAVE_ERROR _UxGT("save_UBL_active() error") |
|
|
|
#define MSG_UBL_SAVE_ERROR _UxGT("Err: UBL Save") |
|
|
|
#endif |
|
|
|
#ifndef MSG_UBL_RESTORE_ERROR |
|
|
|
#define MSG_UBL_RESTORE_ERROR _UxGT("restore_UBL_active() error") |
|
|
|
#define MSG_UBL_RESTORE_ERROR _UxGT("Err: UBL Restore") |
|
|
|
#endif |
|
|
|
#ifndef MSG_UBL_Z_OFFSET_STOPPED |
|
|
|
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Stopped") |
|
|
|
#endif |
|
|
|
#endif // AUTO_BED_LEVELING_UBL
|
|
|
|
|
|
|
|
#ifndef MSG_MOVING |
|
|
|
#define MSG_MOVING _UxGT("Moving...") |
|
|
|