Update M48 command in the status line (#14816)
This commit is contained in:
committed by
Scott Lahteine
parent
8f0aedeead
commit
4af9908764
@ -256,6 +256,9 @@
|
||||
#ifndef MSG_M48_TEST
|
||||
#define MSG_M48_TEST _UxGT("M48 Probe Test")
|
||||
#endif
|
||||
#ifndef MSG_M48_POINT
|
||||
#define MSG_M48_POINT _UxGT("M48 Point")
|
||||
#endif
|
||||
#ifndef MSG_M48_DEVIATION
|
||||
#define MSG_M48_DEVIATION _UxGT("Deviation")
|
||||
#endif
|
||||
|
@ -86,6 +86,7 @@
|
||||
|
||||
#define MSG_M48_TEST _UxGT("Проверка датчика Z")
|
||||
#define MSG_M48_DEVIATION _UxGT("Отклонение")
|
||||
#define MSG_M48_POINT _UxGT("Точка")
|
||||
|
||||
// TODO: IDEX Menu
|
||||
#define MSG_OFFSETS_MENU _UxGT("Размещение сопел")
|
||||
|
Reference in New Issue
Block a user