Update M48 command in the status line (#14816)

This commit is contained in:
Acenotass
2019-08-06 07:01:40 +06:00
committed by Scott Lahteine
parent 8f0aedeead
commit 4af9908764
3 changed files with 29 additions and 27 deletions

View File

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

View File

@ -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("Размещение сопел")