File tree Expand file tree Collapse file tree
config/examples/Creality/Ender-5 Plus
Creality 4.2.2 (RELOADED UI) Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments