Make some z probe and servo code tweaks

This commit is contained in:
Scott Lahteine
2015-05-09 19:11:19 -07:00
parent 598c7aea5d
commit f73f4ce555
3 changed files with 22 additions and 24 deletions

View File

@@ -190,6 +190,7 @@
#endif
#if defined(DISABLE_Z_PROBE_ENDSTOP) || !defined(Z_PROBE_ENDSTOP) // Allow code to compile regardless of Z_PROBE_ENDSTOP setting.
#undef Z_PROBE_PIN
#define Z_PROBE_PIN -1
#endif