瀏覽代碼

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

Hannes Brandstätter-Müller 6 年之前
父節點
當前提交
935b120949
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h

+ 2
- 2
Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration.h 查看文件

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…
取消
儲存