diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 27cfe93..c22ba31 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1037,8 +1037,7 @@ * A total of 2 does fast/slow probes with a weighted average. * A total of 3 or more adds more slow probes, taking the average. */ -//#define MULTIPLE_PROBING 2 -#define MULTIPLE_PROBING 2 //HW +#define MULTIPLE_PROBING 2 //#define EXTRA_PROBING 1 /** @@ -1325,7 +1324,8 @@ #if EITHER(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR) // Set the number of grid points per dimension. - #define GRID_MAX_POINTS_X 3 + //#define GRID_MAX_POINTS_X 3 + #define GRID_MAX_POINTS_X 5 //HW #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X // Probe along the Y axis, advancing X after each column