diff options
Diffstat (limited to 'marlinfw')
-rw-r--r-- | marlinfw/config/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/marlinfw/config/Configuration.h b/marlinfw/config/Configuration.h index 76ce8c7..83a920c 100644 --- a/marlinfw/config/Configuration.h +++ b/marlinfw/config/Configuration.h @@ -964,7 +964,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 /** |