From d271575dec313ed68dfe7164d2bfe9505645826d Mon Sep 17 00:00:00 2001 From: ils15 Date: Fri, 5 Aug 2022 19:17:26 -0300 Subject: [PATCH] Upgrade Leveling Settings --- SV03/2-Marlin Firmware/Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SV03/2-Marlin Firmware/Marlin/Configuration.h b/SV03/2-Marlin Firmware/Marlin/Configuration.h index d09c308..c60ee7e 100644 --- a/SV03/2-Marlin Firmware/Marlin/Configuration.h +++ b/SV03/2-Marlin Firmware/Marlin/Configuration.h @@ -1509,7 +1509,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 //#define EXTRA_PROBING 1 /** @@ -1906,7 +1906,7 @@ #if EITHER(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR) // Set the number of grid points per dimension. - #define GRID_MAX_POINTS_X 4 + #define GRID_MAX_POINTS_X 5 #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X // Probe along the Y axis, advancing X after each column