Browse Source

Not doing network admin work, pin not ping... :)

Chris Roadfeldt 9 years ago
parent
commit
59994bd519
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h View File

@@ -93,7 +93,7 @@
93 93
      * Require a Z Min pin
94 94
      */
95 95
     #if Z_MIN_PIN == -1
96
-      #if Z_PROBE_PIN == -1 || (! defined (Z_PROBE_ENDSTOP) || defined (DISABLE_Z_PROBE_ENDSTOP)) // It's possible for someone to set a ping for the Z Probe, but not enable it.
96
+      #if Z_PROBE_PIN == -1 || (! defined (Z_PROBE_ENDSTOP) || defined (DISABLE_Z_PROBE_ENDSTOP)) // It's possible for someone to set a pin for the Z Probe, but not enable it.
97 97
         #ifdef Z_PROBE_REPEATABILITY_TEST
98 98
           #error You must have a Z_MIN or Z_PROBE endstop to enable Z_PROBE_REPEATABILITY_TEST.
99 99
         #else

Loading…
Cancel
Save