Typo fixed...
This commit is contained in:
parent
2966ae2022
commit
26dc80bf2d
@ -2811,7 +2811,7 @@ inline void gcode_M42() {
|
|||||||
#error "You must have a Z_PROBE_PIN defined in order to enable calculation of Z-Probe repeatability."
|
#error "You must have a Z_PROBE_PIN defined in order to enable calculation of Z-Probe repeatability."
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#if (Z_MIN_PIN == -1) &&
|
#if (Z_MIN_PIN == -1)
|
||||||
#error "You must have a Z_MIN_PIN defined in order to enable calculation of Z-Probe repeatability."
|
#error "You must have a Z_MIN_PIN defined in order to enable calculation of Z-Probe repeatability."
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user