UBL: Log and display G29 progress (#14036)
This commit is contained in:
@ -247,6 +247,12 @@
|
||||
#ifndef MSG_UBL_LEVEL_BED
|
||||
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
|
||||
#endif
|
||||
#ifndef MSG_LCD_PROBING_MESH
|
||||
#define MSG_LCD_PROBING_MESH _UxGT("Probing point")
|
||||
#endif
|
||||
#ifndef MSG_LCD_TILTING_MESH
|
||||
#define MSG_LCD_TILTING_MESH _UxGT("Tilting point")
|
||||
#endif
|
||||
#ifndef MSG_IDEX_MENU
|
||||
#define MSG_IDEX_MENU _UxGT("IDEX Mode")
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user