From 935b12094998c0f04e0631f086cd552565b01f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20Brandst=C3=A4tter-M=C3=BCller?= Date: Sat, 29 Sep 2018 09:26:16 +0200 Subject: [PATCH] Anycubic Kossel: probe closer to the edge (#11950) --- .../src/config/examples/delta/Anycubic/Kossel/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h b/Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h index 9b2ab850c7..70012ad70f 100644 --- a/Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h +++ b/Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h @@ -987,7 +987,7 @@ #endif // Certain types of probes need to stay away from edges -#define MIN_PROBE_EDGE 20 +#define MIN_PROBE_EDGE 15 // X and Y axis travel speed (mm/m) between probes #define XY_PROBE_SPEED 6000 @@ -1267,7 +1267,7 @@ // Beyond the probed grid, continue the implied tilt? // Default is to maintain the height of the nearest edge. - #define EXTRAPOLATE_BEYOND_GRID + //#define EXTRAPOLATE_BEYOND_GRID // // Experimental Subdivision of the grid by Catmull-Rom method.