diff options
author | Eddie Ehlin <eddiex@eddiex.se> | 2020-02-04 15:58:47 +0100 |
---|---|---|
committer | Eddie Ehlin <eddiex@eddiex.se> | 2020-02-04 15:58:47 +0100 |
commit | 7a34358058e9cbdddd12fc85fd034c66978b1a59 (patch) | |
tree | 58545ceebcdb29411a6cc492b4fb0428e91039b4 /marlinfw | |
parent | 00e16c5057315b19a9b5ba2f85fe6e29d41d4370 (diff) | |
download | 3DPrinter-CR10S-7a34358058e9cbdddd12fc85fd034c66978b1a59.tar.gz 3DPrinter-CR10S-7a34358058e9cbdddd12fc85fd034c66978b1a59.zip |
Added multiple probing (avarage, value 3)
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 /** |