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,7 +2811,7 @@ inline void gcode_M42() {
2811 2811
       #error "You must have a Z_PROBE_PIN defined in order to enable calculation of Z-Probe repeatability."
2812 2812
     #endif
2813 2813
   #else
2814
-    #if (Z_MIN_PIN == -1) &&
2814
+    #if (Z_MIN_PIN == -1)
2815 2815
       #error "You must have a Z_MIN_PIN defined in order to enable calculation of Z-Probe repeatability."
2816 2816
     #endif
2817 2817
   #endif

Loading…
Cancel
Save