aboutsummaryrefslogtreecommitdiffstats
path: root/marlinfw
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2020-02-04 15:58:47 +0100
committerEddie Ehlin <eddiex@eddiex.se>2020-02-04 15:58:47 +0100
commit7a34358058e9cbdddd12fc85fd034c66978b1a59 (patch)
tree58545ceebcdb29411a6cc492b4fb0428e91039b4 /marlinfw
parent00e16c5057315b19a9b5ba2f85fe6e29d41d4370 (diff)
download3DPrinter-CR10S-7a34358058e9cbdddd12fc85fd034c66978b1a59.tar.gz
3DPrinter-CR10S-7a34358058e9cbdddd12fc85fd034c66978b1a59.zip
Added multiple probing (avarage, value 3)
Diffstat (limited to 'marlinfw')
-rw-r--r--marlinfw/config/Configuration.h2
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
/**