Followup for UBL translated strings
This commit is contained in:
parent
761df686bd
commit
d91710e9aa
@ -163,9 +163,8 @@
|
|||||||
#define MSG_USER_MENU _UxGT("Custom Commands")
|
#define MSG_USER_MENU _UxGT("Custom Commands")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
||||||
#ifndef MSG_UBL_DOING_G29
|
#ifndef MSG_UBL_DOING_G29
|
||||||
#define MSG_UBL_DOING_G29 _UxGT("Doing G29 UBL!")
|
#define MSG_UBL_DOING_G29 _UxGT("Doing G29")
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_UBL_UNHOMED
|
#ifndef MSG_UBL_UNHOMED
|
||||||
#define MSG_UBL_UNHOMED _UxGT("Home XYZ first")
|
#define MSG_UBL_UNHOMED _UxGT("Home XYZ first")
|
||||||
@ -324,15 +323,14 @@
|
|||||||
#define MSG_UBL_SAVE_MESH _UxGT("Save Bed Mesh")
|
#define MSG_UBL_SAVE_MESH _UxGT("Save Bed Mesh")
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_UBL_SAVE_ERROR
|
#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
|
#endif
|
||||||
#ifndef MSG_UBL_RESTORE_ERROR
|
#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
|
#endif
|
||||||
#ifndef MSG_UBL_Z_OFFSET_STOPPED
|
#ifndef MSG_UBL_Z_OFFSET_STOPPED
|
||||||
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Stopped")
|
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Stopped")
|
||||||
#endif
|
#endif
|
||||||
#endif // AUTO_BED_LEVELING_UBL
|
|
||||||
|
|
||||||
#ifndef MSG_MOVING
|
#ifndef MSG_MOVING
|
||||||
#define MSG_MOVING _UxGT("Moving...")
|
#define MSG_MOVING _UxGT("Moving...")
|
||||||
|
Loading…
Reference in New Issue
Block a user