M48 menu item, result to status (#14772)

This commit is contained in:
Acenotass
2019-07-30 13:31:14 +06:00
committed by Scott Lahteine
parent e44fccf3d2
commit 659d06d9b9
4 changed files with 75 additions and 4 deletions

View File

@@ -265,6 +265,12 @@
#ifndef MSG_LCD_TILTING_MESH
#define MSG_LCD_TILTING_MESH _UxGT("Tilting point")
#endif
#ifndef MSG_M48_TEST
#define MSG_M48_TEST _UxGT("M48 Probe Test")
#endif
#ifndef MSG_M48_DEVIATION
#define MSG_M48_DEVIATION _UxGT("Deviation")
#endif
#ifndef MSG_IDEX_MENU
#define MSG_IDEX_MENU _UxGT("IDEX Mode")
#endif
@@ -1385,6 +1391,7 @@
#ifndef MSG_END_Z
#define MSG_END_Z _UxGT(" End Z")
#endif
#ifndef MSG_GAMES
#define MSG_GAMES _UxGT("Games")
#endif