Add Manual Mesh Leveling Sub-Menu.

This commit is contained in:
Knutwurst
2020-08-24 14:48:07 +02:00
parent fb65790f4d
commit c65ec66cb1
3 changed files with 50 additions and 30 deletions

View File

@@ -87,6 +87,8 @@ char *ftostr32(const float &);
#define SM_EN_FILSENS_S "<ENSEN>"
#define SM_EXIT_L "<Exit>"
#define SM_EXIT_S "<EXIT>"
#define SM_BACK_L "<End Mesh Leveling>"
#define SM_BACK_S "<BACK>"
#endif
#if ENABLED(KNUTWURST_DGUS2_TFT)
@@ -132,6 +134,8 @@ char *ftostr32(const float &);
#define SM_EN_FILSENS_S "<ENABL~1.GCO"
#define SM_EXIT_L "<Exit>.gcode"
#define SM_EXIT_S "<EXIT_~1.GCO"
#define SM_BACK_L "<End Mesh Leveling>.gcode"
#define SM_BACK_S "<BACK_~1.GCO"
#endif
@@ -211,6 +215,7 @@ private:
char currentFileOrDirectory[64];
uint16_t MyFileNrCnt = 0;
uint8_t SpecialMenu = false;
uint8_t MMLMenu = false;
uint8_t FilamentSensorEnabled = true;