Print/display ABL current probe point (#14788)
This commit is contained in:
committed by
Scott Lahteine
parent
3765e67434
commit
f59a7e8b07
@@ -235,6 +235,9 @@
|
||||
#ifndef MSG_EDITING_STOPPED
|
||||
#define MSG_EDITING_STOPPED _UxGT("Mesh Editing Stopped")
|
||||
#endif
|
||||
#ifndef MSG_PROBING_MESH
|
||||
#define MSG_PROBING_MESH _UxGT("Probing point")
|
||||
#endif
|
||||
#ifndef MSG_MESH_X
|
||||
#define MSG_MESH_X _UxGT("Index X")
|
||||
#endif
|
||||
@@ -259,9 +262,6 @@
|
||||
#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
|
||||
|
Reference in New Issue
Block a user