diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 4fff8a342e..aeaa077d21 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - //#define ACTIVATE_MESH_ITEM// Active Mesh Leveling menu option (152 bytes of flash) - #endif + //#define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/Marlin/src/lcd/e3v2/proui/dwin.cpp b/Marlin/src/lcd/e3v2/proui/dwin.cpp index c02a1001ff..a7044a281a 100644 --- a/Marlin/src/lcd/e3v2/proui/dwin.cpp +++ b/Marlin/src/lcd/e3v2/proui/dwin.cpp @@ -1873,7 +1873,7 @@ void DWIN_Print_Finished() { #endif } if (!HMI_flag.abort_flag) { - set_bed_leveling_enabled(false); + TERN_(HAS_LEVELING, set_bed_leveling_enabled(false);) DisableMotors(); } HMI_flag.abort_flag = false; diff --git a/configurations/Andrew427/Configuration.h b/configurations/Andrew427/Configuration.h index e3fdea8d79..8c075f8414 100644 --- a/configurations/Andrew427/Configuration.h +++ b/configurations/Andrew427/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 1 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) - #endif + #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/BTT-SKR_Mini_E3_V2/ConfigurationMM.h b/configurations/BTT-SKR_Mini_E3_V2/ConfigurationMM.h index 361f58491a..48087853fd 100644 --- a/configurations/BTT-SKR_Mini_E3_V2/ConfigurationMM.h +++ b/configurations/BTT-SKR_Mini_E3_V2/ConfigurationMM.h @@ -3459,9 +3459,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) - #endif + #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/BTT-SKR_Mini_E3_V2/ConfigurationUBL.h b/configurations/BTT-SKR_Mini_E3_V2/ConfigurationUBL.h index 6e717ceec1..3b2f12e56f 100644 --- a/configurations/BTT-SKR_Mini_E3_V2/ConfigurationUBL.h +++ b/configurations/BTT-SKR_Mini_E3_V2/ConfigurationUBL.h @@ -3459,9 +3459,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) - #endif + #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/BTT-SKR_Mini_E3_V3/ConfigurationMM.h b/configurations/BTT-SKR_Mini_E3_V3/ConfigurationMM.h index 6d6a9ad285..405c56f898 100644 --- a/configurations/BTT-SKR_Mini_E3_V3/ConfigurationMM.h +++ b/configurations/BTT-SKR_Mini_E3_V3/ConfigurationMM.h @@ -3459,9 +3459,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) - #endif + #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) //#define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/BTT-SKR_Mini_E3_V3/ConfigurationUBL.h b/configurations/BTT-SKR_Mini_E3_V3/ConfigurationUBL.h index ef07ab2d79..ae30188e3d 100644 --- a/configurations/BTT-SKR_Mini_E3_V3/ConfigurationUBL.h +++ b/configurations/BTT-SKR_Mini_E3_V3/ConfigurationUBL.h @@ -3459,9 +3459,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) - #endif + #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) //#define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Creality Ender/BLT/Configuration.h b/configurations/Creality Ender/BLT/Configuration.h index 8125f6d4a6..fa4616976f 100644 --- a/configurations/Creality Ender/BLT/Configuration.h +++ b/configurations/Creality Ender/BLT/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 2 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) - #endif + #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Creality Ender/Default-NP/Configuration.h b/configurations/Creality Ender/Default-NP/Configuration.h index 8bccba8e39..a1bf620a23 100644 --- a/configurations/Creality Ender/Default-NP/Configuration.h +++ b/configurations/Creality Ender/Default-NP/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 2 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) - #endif + #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) //#define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Creality Ender/MM/Configuration.h b/configurations/Creality Ender/MM/Configuration.h index 78ffcf5370..7d0223a25f 100644 --- a/configurations/Creality Ender/MM/Configuration.h +++ b/configurations/Creality Ender/MM/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) - #endif + #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) //#define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Creality Ender/UBL/Configuration.h b/configurations/Creality Ender/UBL/Configuration.h index 2a2bdca10a..4a0bcc3055 100644 --- a/configurations/Creality Ender/UBL/Configuration.h +++ b/configurations/Creality Ender/UBL/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) - #endif + #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Voxelab Aquila 427/BLT/Configuration.h b/configurations/Voxelab Aquila 427/BLT/Configuration.h index d109fd2d40..032889435a 100644 --- a/configurations/Voxelab Aquila 427/BLT/Configuration.h +++ b/configurations/Voxelab Aquila 427/BLT/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - //#define ACTIVATE_MESH_ITEM// Active Mesh Leveling menu option (152 bytes of flash) - #endif + //#define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Voxelab Aquila 427/Default-NP/Configuration.h b/configurations/Voxelab Aquila 427/Default-NP/Configuration.h index b2f53ec038..45de1fce3d 100644 --- a/configurations/Voxelab Aquila 427/Default-NP/Configuration.h +++ b/configurations/Voxelab Aquila 427/Default-NP/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - //#define ACTIVATE_MESH_ITEM// Active Mesh Leveling menu option (152 bytes of flash) - #endif + //#define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) //#define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Voxelab Aquila 427/MM/Configuration.h b/configurations/Voxelab Aquila 427/MM/Configuration.h index 9f012a12cd..5b23bccf05 100644 --- a/configurations/Voxelab Aquila 427/MM/Configuration.h +++ b/configurations/Voxelab Aquila 427/MM/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - //#define ACTIVATE_MESH_ITEM// Active Mesh Leveling menu option (152 bytes of flash) - #endif + //#define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) //#define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Voxelab Aquila 427/UBL/Configuration.h b/configurations/Voxelab Aquila 427/UBL/Configuration.h index 0c9a432a9a..c77fc7f303 100644 --- a/configurations/Voxelab Aquila 427/UBL/Configuration.h +++ b/configurations/Voxelab Aquila 427/UBL/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) - #endif + #define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Voxelab Aquila/BLT/Configuration.h b/configurations/Voxelab Aquila/BLT/Configuration.h index c76faa35e4..6c5eda5f5d 100644 --- a/configurations/Voxelab Aquila/BLT/Configuration.h +++ b/configurations/Voxelab Aquila/BLT/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - //#define ACTIVATE_MESH_ITEM// Active Mesh Leveling menu option (152 bytes of flash) - #endif + //#define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Voxelab Aquila/BLT/ConfigurationPro.h b/configurations/Voxelab Aquila/BLT/ConfigurationPro.h index f5f4fd425e..a18881f112 100644 --- a/configurations/Voxelab Aquila/BLT/ConfigurationPro.h +++ b/configurations/Voxelab Aquila/BLT/ConfigurationPro.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - //#define ACTIVATE_MESH_ITEM// Active Mesh Leveling menu option (152 bytes of flash) - #endif + //#define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Voxelab Aquila/Default-NP/Configuration.h b/configurations/Voxelab Aquila/Default-NP/Configuration.h index 6a2ef6ce49..079c0ebd3d 100644 --- a/configurations/Voxelab Aquila/Default-NP/Configuration.h +++ b/configurations/Voxelab Aquila/Default-NP/Configuration.h @@ -3449,9 +3449,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - //#define ACTIVATE_MESH_ITEM// Active Mesh Leveling menu option (152 bytes of flash) - #endif + //#define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) //#define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Voxelab Aquila/MM/Configuration.h b/configurations/Voxelab Aquila/MM/Configuration.h index 74cfe6d2d5..42f745136d 100644 --- a/configurations/Voxelab Aquila/MM/Configuration.h +++ b/configurations/Voxelab Aquila/MM/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - //#define ACTIVATE_MESH_ITEM// Active Mesh Leveling menu option (152 bytes of flash) - #endif + //#define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) //#define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Voxelab Aquila/UBL/Configuration.h b/configurations/Voxelab Aquila/UBL/Configuration.h index 9ee75b7ac4..f2743a302d 100644 --- a/configurations/Voxelab Aquila/UBL/Configuration.h +++ b/configurations/Voxelab Aquila/UBL/Configuration.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - //#define ACTIVATE_MESH_ITEM// Active Mesh Leveling menu option (152 bytes of flash) - #endif + //#define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Voxelab Aquila/UBL/ConfigurationPro.h b/configurations/Voxelab Aquila/UBL/ConfigurationPro.h index 4fff8a342e..aeaa077d21 100644 --- a/configurations/Voxelab Aquila/UBL/ConfigurationPro.h +++ b/configurations/Voxelab Aquila/UBL/ConfigurationPro.h @@ -3460,9 +3460,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - //#define ACTIVATE_MESH_ITEM// Active Mesh Leveling menu option (152 bytes of flash) - #endif + //#define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif diff --git a/configurations/Voxelab Aquila/X3/Configuration.h b/configurations/Voxelab Aquila/X3/Configuration.h index 847da42d06..71e2f30ec2 100644 --- a/configurations/Voxelab Aquila/X3/Configuration.h +++ b/configurations/Voxelab Aquila/X3/Configuration.h @@ -3462,9 +3462,7 @@ #define USE_GRID_MESHVIEWER 1 // Enable two mesh graph types : one (1728 bytes of flash) #define HAS_CUSTOM_COLORS 1 // Able to change display colors (2040 bytes of flash) #define ALT_COLOR_MENU 0 // Color palette options >> 0 = Voxelab Default | 1 = Alternate Aquila | 2 = Ender3V2 Default - #if ENABLED(AUTO_BED_LEVELING_UBL) - //#define ACTIVATE_MESH_ITEM// Active Mesh Leveling menu option (152 bytes of flash) - #endif + //#define ACTIVATE_MESH_ITEM // Active Mesh Leveling menu option (152 bytes of flash) #if ENABLED(BLTOUCH) #define HS_MENU_ITEM // BLTOUCH_HS_MODE menu option (56 bytes of flash) #endif