Browse Source

Typo fixed...

pull/1/head
Chris Roadfeldt 10 years ago
parent
commit
26dc80bf2d
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -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…
Cancel
Save