From 00e8642fd1c5d48bdfbf89d2ef27e9ec95a500fc Mon Sep 17 00:00:00 2001 From: Roman Lubij Date: Sat, 17 Feb 2024 10:21:28 +0100 Subject: [PATCH] increase probe count for accuracy --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index a9f466ef8652..a87987cea968 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1645,7 +1645,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 3 #define EXTRA_PROBING 1 /**