|
|
|
|
93
|
* Require a Z Min pin
|
93
|
* Require a Z Min pin
|
94
|
*/
|
94
|
*/
|
95
|
#if Z_MIN_PIN == -1
|
95
|
#if Z_MIN_PIN == -1
|
96
|
- #if Z_PROBE_PIN == -1 || (! defined (Z_PROBE_ENDSTOP) || defined (DISABLE_Z_PROBE_ENDSTOP)) // It's possible for someone to set a ping for the Z Probe, but not enable it.
|
|
|
|
|
96
|
+ #if Z_PROBE_PIN == -1 || (! defined (Z_PROBE_ENDSTOP) || defined (DISABLE_Z_PROBE_ENDSTOP)) // It's possible for someone to set a pin for the Z Probe, but not enable it.
|
97
|
#ifdef Z_PROBE_REPEATABILITY_TEST
|
97
|
#ifdef Z_PROBE_REPEATABILITY_TEST
|
98
|
#error You must have a Z_MIN or Z_PROBE endstop to enable Z_PROBE_REPEATABILITY_TEST.
|
98
|
#error You must have a Z_MIN or Z_PROBE endstop to enable Z_PROBE_REPEATABILITY_TEST.
|
99
|
#else
|
99
|
#else
|