Skip to content

Commit d57fc93

Browse files
committed
Maximize probed area
1 parent 75a85ce commit d57fc93

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2296,7 +2296,7 @@
22962296

22972297
//#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh
22982298

2299-
#define MESH_INSET 45 // Set Mesh bounds as an inset region of the bed
2299+
#define MESH_INSET 1 // Set Mesh bounds as an inset region of the bed
23002300
#define GRID_MAX_POINTS_X 5 // Don't use more than 15 points per axis, implementation limited.
23012301
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
23022302

config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,8 +2538,8 @@
25382538
// Override the mesh area if the automatic (max) area is too large
25392539
#define MESH_MIN_X MESH_INSET
25402540
#define MESH_MIN_Y MESH_INSET
2541-
#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
2542-
#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
2541+
#define MESH_MAX_X (X_BED_SIZE - 44 - (MESH_INSET))
2542+
#define MESH_MAX_Y (Y_BED_SIZE - 5 - (MESH_INSET))
25432543
#endif
25442544

25452545
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)

config/examples/Creality/Ender-5 Plus/Creality 4.2.2 (RELOADED UI)/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,7 @@
23032303

23042304
//#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh
23052305

2306-
#define MESH_INSET 45 // Set Mesh bounds as an inset region of the bed
2306+
#define MESH_INSET 1 // Set Mesh bounds as an inset region of the bed
23072307
#define GRID_MAX_POINTS_X 5 // Don't use more than 15 points per axis, implementation limited.
23082308
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
23092309

config/examples/Creality/Ender-5 Plus/Creality 4.2.2 (RELOADED UI)/Configuration_adv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,8 +2537,8 @@
25372537
// Override the mesh area if the automatic (max) area is too large
25382538
#define MESH_MIN_X MESH_INSET
25392539
#define MESH_MIN_Y MESH_INSET
2540-
#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
2541-
#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
2540+
#define MESH_MAX_X (X_BED_SIZE - 44 - (MESH_INSET))
2541+
#define MESH_MAX_Y (Y_BED_SIZE - 5 - (MESH_INSET))
25422542
#endif
25432543

25442544
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)

config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@
23062306

23072307
//#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh
23082308

2309-
#define MESH_INSET 45 // Set Mesh bounds as an inset region of the bed
2309+
#define MESH_INSET 1 // Set Mesh bounds as an inset region of the bed
23102310
#define GRID_MAX_POINTS_X 7 // Don't use more than 15 points per axis, implementation limited.
23112311
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
23122312

config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,8 +2538,8 @@
25382538
// Override the mesh area if the automatic (max) area is too large
25392539
#define MESH_MIN_X MESH_INSET
25402540
#define MESH_MIN_Y MESH_INSET
2541-
#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
2542-
#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
2541+
#define MESH_MAX_X (X_BED_SIZE - 44 - (MESH_INSET))
2542+
#define MESH_MAX_Y (Y_BED_SIZE - 5 - (MESH_INSET))
25432543
#endif
25442544

25452545
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)

config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@
23062306

23072307
//#define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh
23082308

2309-
#define MESH_INSET 45 // Set Mesh bounds as an inset region of the bed
2309+
#define MESH_INSET 1 // Set Mesh bounds as an inset region of the bed
23102310
#define GRID_MAX_POINTS_X 5 // Don't use more than 15 points per axis, implementation limited.
23112311
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
23122312

config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,8 +2538,8 @@
25382538
// Override the mesh area if the automatic (max) area is too large
25392539
#define MESH_MIN_X MESH_INSET
25402540
#define MESH_MIN_Y MESH_INSET
2541-
#define MESH_MAX_X X_BED_SIZE - (MESH_INSET)
2542-
#define MESH_MAX_Y Y_BED_SIZE - (MESH_INSET)
2541+
#define MESH_MAX_X (X_BED_SIZE - 44 - (MESH_INSET))
2542+
#define MESH_MAX_Y (Y_BED_SIZE - 5 - (MESH_INSET))
25432543
#endif
25442544

25452545
#if ALL(AUTO_BED_LEVELING_UBL, EEPROM_SETTINGS)

0 commit comments

Comments
 (0)