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 /**