From fa8d4ba7f43a7db348571856ba60dce9d998e54b Mon Sep 17 00:00:00 2001 From: shibedrill Date: Sun, 12 Jan 2025 21:43:11 -0500 Subject: [PATCH] combat inconsistent BLtouch readings --- .../Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h b/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h index b6d2a5d..d6c8c65 100644 --- a/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -1708,7 +1708,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 2 //#define EXTRA_PROBING 1 /** @@ -1742,7 +1742,7 @@ //#define PROBE_OFFSET_ZMAX 20 // (mm) // Enable the M48 repeatability test to test probe accuracy -//#define Z_MIN_PROBE_REPEATABILITY_TEST +#define Z_MIN_PROBE_REPEATABILITY_TEST // Before deploy/stow pause for user confirmation //#define PAUSE_BEFORE_DEPLOY_STOW