Skip to content

Commit

Permalink
Update - configs ACTIVE_MESH_ITEM, dwin.cpp set_bed_leveling_enabled()
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Feb 21, 2024
1 parent d6d2717 commit 4341307
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 64 deletions.
4 changes: 1 addition & 3 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/lcd/e3v2/proui/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 1 addition & 3 deletions configurations/Andrew427/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/BTT-SKR_Mini_E3_V2/ConfigurationMM.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/BTT-SKR_Mini_E3_V2/ConfigurationUBL.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/BTT-SKR_Mini_E3_V3/ConfigurationMM.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/BTT-SKR_Mini_E3_V3/ConfigurationUBL.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Creality Ender/BLT/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Creality Ender/Default-NP/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Creality Ender/MM/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Creality Ender/UBL/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Voxelab Aquila 427/BLT/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Voxelab Aquila 427/Default-NP/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Voxelab Aquila 427/MM/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Voxelab Aquila 427/UBL/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Voxelab Aquila/BLT/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Voxelab Aquila/BLT/ConfigurationPro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Voxelab Aquila/Default-NP/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Voxelab Aquila/MM/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Voxelab Aquila/UBL/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Voxelab Aquila/UBL/ConfigurationPro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions configurations/Voxelab Aquila/X3/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4341307

Please sign in to comment.