From 574629f62b3f1fba6f70d2a080dab9254a018aa2 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Sat, 20 Mar 2021 17:23:56 +0100 Subject: [PATCH] Fixes --- Marlin/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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