Sfoglia il codice sorgente

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

Hannes Brandstätter-Müller 6 anni fa
parent
commit
935b120949

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

@@ -987,7 +987,7 @@
987 987
 #endif
988 988
 
989 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 992
 // X and Y axis travel speed (mm/m) between probes
993 993
 #define XY_PROBE_SPEED 6000
@@ -1267,7 +1267,7 @@
1267 1267
 
1268 1268
     // Beyond the probed grid, continue the implied tilt?
1269 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 1273
     // Experimental Subdivision of the grid by Catmull-Rom method.

Loading…
Annulla
Salva