From 7a34358058e9cbdddd12fc85fd034c66978b1a59 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Tue, 4 Feb 2020 15:58:47 +0100 Subject: Added multiple probing (avarage, value 3) --- marlinfw/config/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'marlinfw') 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 /** -- cgit v1.2.3