|
|
|
@ -714,14 +714,16 @@
|
|
|
|
|
// X and Y axis travel speed (mm/m) between probes
|
|
|
|
|
//#define XY_PROBE_SPEED 8000
|
|
|
|
|
|
|
|
|
|
// Speed for the first approach when double-probing (with PROBE_DOUBLE_TOUCH)
|
|
|
|
|
// Speed for the first approach when double-probing (MULTIPLE_PROBING == 2)
|
|
|
|
|
//#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
|
|
|
|
|
|
|
|
|
|
// Speed for the "accurate" probe of each point
|
|
|
|
|
//#define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
|
|
|
|
|
|
|
|
|
|
// Use double touch for probing
|
|
|
|
|
//#define PROBE_DOUBLE_TOUCH
|
|
|
|
|
// The number of probes to perform at each point.
|
|
|
|
|
// Set to 2 for a fast/slow probe, using the second probe result.
|
|
|
|
|
// Set to 3 or more for slow probes, averaging the results.
|
|
|
|
|
//#define MULTIPLE_PROBING 2
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Z probes require clearance when deploying, stowing, and moving between
|
|
|
|
|