M48 menu item, result to status (#14772)
This commit is contained in:
committed by
Scott Lahteine
parent
e44fccf3d2
commit
659d06d9b9
@@ -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
|
||||
|
Reference in New Issue
Block a user