Typo fixed...

This commit is contained in:
Chris Roadfeldt 2015-04-01 13:47:17 -05:00
parent 2966ae2022
commit 26dc80bf2d

View file

@ -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."
#endif
#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."
#endif
#endif