diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index f2e2d43ed3e4..5dd8684da973 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -856,9 +856,9 @@ */ //#define AUTO_BED_LEVELING_3POINT //#define AUTO_BED_LEVELING_LINEAR -//#define AUTO_BED_LEVELING_BILINEAR +#define AUTO_BED_LEVELING_BILINEAR //#define AUTO_BED_LEVELING_UBL -#define MESH_BED_LEVELING +//#define MESH_BED_LEVELING /** * Enable detailed logging of G28, G29, M48, etc. @@ -877,14 +877,14 @@ #if ENABLED(AUTO_BED_LEVELING_LINEAR) || ENABLED(AUTO_BED_LEVELING_BILINEAR) // Set the number of grid points per dimension. - #define GRID_MAX_POINTS_X 3 - #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X + #define GRID_MAX_POINTS_X 5 + #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_5 // Set the boundaries for probing (where the probe can reach). - #define LEFT_PROBE_BED_POSITION 20 - #define RIGHT_PROBE_BED_POSITION 200 - #define FRONT_PROBE_BED_POSITION 20 - #define BACK_PROBE_BED_POSITION 200 + #define LEFT_PROBE_BED_POSITION 15 + #define RIGHT_PROBE_BED_POSITION 205 + #define FRONT_PROBE_BED_POSITION 15 + #define BACK_PROBE_BED_POSITION 205 // The Z probe minimum outer margin (to validate G29 parameters). #define MIN_PROBE_EDGE 10