UBL Manual Build Menu Option (#6972)

One click option to manually build UBL mesh.
This commit is contained in:
Tannoo
2017-06-06 21:14:18 -06:00
committed by Roxy-3D
parent 0dd0033b33
commit 2c2b991b59
2 changed files with 5 additions and 0 deletions

View File

@ -170,6 +170,9 @@
#ifndef MSG_UBL_LEVEL_BED
#define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
#endif
#ifndef MSG_UBL_MANUAL_MESH
#define MSG_UBL_MANUAL_MESH _UxGT("Manually Build Mesh")
#endif
#ifndef MSG_UBL_ACTIVATE_MESH
#define MSG_UBL_ACTIVATE_MESH _UxGT("Activate UBL")
#endif