diff --git a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h index 3c98978c57d..4c8bc41cd56 100644 --- a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h @@ -2319,7 +2319,7 @@ //#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh - #define MESH_INSET 1 // Set Mesh bounds as an inset region of the bed + #define MESH_INSET 1 // Set Mesh bounds as an inset region of the bed #define GRID_MAX_POINTS_X 5 // Don't use more than 15 points per axis, implementation limited. #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X diff --git a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h index 45f66b6bb37..9fdc5a1942b 100644 --- a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h @@ -2559,8 +2559,8 @@ // Override the mesh area if the automatic (max) area is too large #define MESH_MIN_X MESH_INSET #define MESH_MIN_Y MESH_INSET - #define MESH_MAX_X X_BED_SIZE - (MESH_INSET) - #define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET) + #define MESH_MAX_X (X_BED_SIZE - 44 - (MESH_INSET)) + #define MESH_MAX_Y (Y_BED_SIZE - 5 - (MESH_INSET)) #endif #if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS) diff --git a/config/examples/Creality/Ender-5 Plus/Creality 4.2.2 (RELOADED UI)/Configuration.h b/config/examples/Creality/Ender-5 Plus/Creality 4.2.2 (RELOADED UI)/Configuration.h index e3680b29ac5..5ea7dcd37f3 100644 --- a/config/examples/Creality/Ender-5 Plus/Creality 4.2.2 (RELOADED UI)/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/Creality 4.2.2 (RELOADED UI)/Configuration.h @@ -2326,7 +2326,7 @@ //#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh - #define MESH_INSET 15 // Set Mesh bounds as an inset region of the bed + #define MESH_INSET 1 // Set Mesh bounds as an inset region of the bed #define GRID_MAX_POINTS_X 5 // Don't use more than 15 points per axis, implementation limited. #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X diff --git a/config/examples/Creality/Ender-5 Plus/Creality 4.2.2 (RELOADED UI)/Configuration_adv.h b/config/examples/Creality/Ender-5 Plus/Creality 4.2.2 (RELOADED UI)/Configuration_adv.h index 8d8104a766b..be55c77f02f 100644 --- a/config/examples/Creality/Ender-5 Plus/Creality 4.2.2 (RELOADED UI)/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Plus/Creality 4.2.2 (RELOADED UI)/Configuration_adv.h @@ -2558,8 +2558,8 @@ // Override the mesh area if the automatic (max) area is too large #define MESH_MIN_X MESH_INSET #define MESH_MIN_Y MESH_INSET - #define MESH_MAX_X X_BED_SIZE - (MESH_INSET) - #define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET) + #define MESH_MAX_X (X_BED_SIZE - 44 - (MESH_INSET)) + #define MESH_MAX_Y (Y_BED_SIZE - 5 - (MESH_INSET)) #endif #if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS) diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h index 976d832f119..005700f8958 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h @@ -2329,7 +2329,7 @@ //#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh - #define MESH_INSET 15 // Set Mesh bounds as an inset region of the bed + #define MESH_INSET 1 // Set Mesh bounds as an inset region of the bed #define GRID_MAX_POINTS_X 7 // Don't use more than 15 points per axis, implementation limited. #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h index 25053e00229..39344f238b5 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h @@ -2559,8 +2559,8 @@ // Override the mesh area if the automatic (max) area is too large #define MESH_MIN_X MESH_INSET #define MESH_MIN_Y MESH_INSET - #define MESH_MAX_X X_BED_SIZE - (MESH_INSET) - #define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET) + #define MESH_MAX_X (X_BED_SIZE - 44 - (MESH_INSET)) + #define MESH_MAX_Y (Y_BED_SIZE - 5 - (MESH_INSET)) #endif #if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS) diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h index 029097fc1b3..e7a2ee56dfe 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h @@ -2329,7 +2329,7 @@ //#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh - #define MESH_INSET 15 // Set Mesh bounds as an inset region of the bed + #define MESH_INSET 1 // Set Mesh bounds as an inset region of the bed #define GRID_MAX_POINTS_X 5 // Don't use more than 15 points per axis, implementation limited. #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h index 816288eb55c..13051857667 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h @@ -2559,8 +2559,8 @@ // Override the mesh area if the automatic (max) area is too large #define MESH_MIN_X MESH_INSET #define MESH_MIN_Y MESH_INSET - #define MESH_MAX_X X_BED_SIZE - (MESH_INSET) - #define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET) + #define MESH_MAX_X (X_BED_SIZE - 44 - (MESH_INSET)) + #define MESH_MAX_Y (Y_BED_SIZE - 5 - (MESH_INSET)) #endif #if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)