UBL: Log and display G29 progress (#14036)

This commit is contained in:
GUEST.it
2019-05-18 02:02:21 +02:00
committed by Scott Lahteine
parent 7907eec04c
commit 62ef54cb81
2 changed files with 39 additions and 3 deletions

View File

@ -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