aboutsummaryrefslogtreecommitdiffstats
path: root/marlinfw/config-2.0.8
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2021-05-06 21:59:07 +0200
committerEddie Ehlin <eddiex@eddiex.se>2021-05-06 21:59:07 +0200
commita334544c51a097347912a371a2c124135a5f3c50 (patch)
tree56f9eff2a3cc45a8cd84cdb7a5125a35042d5b77 /marlinfw/config-2.0.8
parenta69a1b5148e4e111fa62a685ab230c89fc8ba685 (diff)
download3DPrinter-CR10S-a334544c51a097347912a371a2c124135a5f3c50.tar.gz
3DPrinter-CR10S-a334544c51a097347912a371a2c124135a5f3c50.zip
Bumped probing margin from 10 to 20.
Diffstat (limited to 'marlinfw/config-2.0.8')
-rw-r--r--marlinfw/config-2.0.8/Configuration.h2
1 files changed, 1 insertions, 1 deletions
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)