From a334544c51a097347912a371a2c124135a5f3c50 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Thu, 6 May 2021 21:59:07 +0200 Subject: Bumped probing margin from 10 to 20. --- marlinfw/config-2.0.8/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marlinfw/config-2.0.8/Configuration.h b/marlinfw/config-2.0.8/Configuration.h index 8f9ca21..b295361 100644 --- a/marlinfw/config-2.0.8/Configuration.h +++ b/marlinfw/config-2.0.8/Configuration.h @@ -1058,7 +1058,7 @@ // Most probes should stay away from the edges of the bed, but // with NOZZLE_AS_PROBE this can be negative for a wider probing area. -#define PROBING_MARGIN 10 +#define PROBING_MARGIN 20 // X and Y axis travel speed (mm/min) between probes #define XY_PROBE_FEEDRATE (133*60) -- cgit v1.2.3