Browse Source

Anycubic Kossel: probe closer to the edge (#11950)

Hannes Brandstätter-Müller 6 years ago
parent
commit
935b120949

+ 2
- 2
Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h View File

987
 #endif
987
 #endif
988
 
988
 
989
 // Certain types of probes need to stay away from edges
989
 // Certain types of probes need to stay away from edges
990
-#define MIN_PROBE_EDGE 20
990
+#define MIN_PROBE_EDGE 15
991
 
991
 
992
 // X and Y axis travel speed (mm/m) between probes
992
 // X and Y axis travel speed (mm/m) between probes
993
 #define XY_PROBE_SPEED 6000
993
 #define XY_PROBE_SPEED 6000
1267
 
1267
 
1268
     // Beyond the probed grid, continue the implied tilt?
1268
     // Beyond the probed grid, continue the implied tilt?
1269
     // Default is to maintain the height of the nearest edge.
1269
     // Default is to maintain the height of the nearest edge.
1270
-    #define EXTRAPOLATE_BEYOND_GRID
1270
+    //#define EXTRAPOLATE_BEYOND_GRID
1271
 
1271
 
1272
     //
1272
     //
1273
     // Experimental Subdivision of the grid by Catmull-Rom method.
1273
     // Experimental Subdivision of the grid by Catmull-Rom method.

Loading…
Cancel
Save