Browse Source

Typo fixed...

Chris Roadfeldt 9 years ago
parent
commit
26dc80bf2d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

2811
       #error "You must have a Z_PROBE_PIN defined in order to enable calculation of Z-Probe repeatability."
2811
       #error "You must have a Z_PROBE_PIN defined in order to enable calculation of Z-Probe repeatability."
2812
     #endif
2812
     #endif
2813
   #else
2813
   #else
2814
-    #if (Z_MIN_PIN == -1) &&
2814
+    #if (Z_MIN_PIN == -1)
2815
       #error "You must have a Z_MIN_PIN defined in order to enable calculation of Z-Probe repeatability."
2815
       #error "You must have a Z_MIN_PIN defined in order to enable calculation of Z-Probe repeatability."
2816
     #endif
2816
     #endif
2817
   #endif
2817
   #endif

Loading…
Cancel
Save