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

This commit is contained in:
Hannes Brandstätter-Müller 2018-09-29 09:26:16 +02:00 committed by Scott Lahteine
parent 1410e79e7f
commit 935b120949

View file

@ -987,7 +987,7 @@
#endif #endif
// Certain types of probes need to stay away from edges // 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 // X and Y axis travel speed (mm/m) between probes
#define XY_PROBE_SPEED 6000 #define XY_PROBE_SPEED 6000
@ -1267,7 +1267,7 @@
// Beyond the probed grid, continue the implied tilt? // Beyond the probed grid, continue the implied tilt?
// Default is to maintain the height of the nearest edge. // 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. // Experimental Subdivision of the grid by Catmull-Rom method.