Enabled separate Z Probe and Z Axis endstop use at same time.

Typo fixes in comments in existing code.
This commit is contained in:
Chris Roadfeldt
2015-03-28 04:31:51 -05:00
parent b14be7235e
commit 9f3ff14008
4 changed files with 84 additions and 1 deletions

View File

@ -178,6 +178,10 @@
#define Z_MIN_PIN -1
#endif
#ifdef DISABLE_Z_PROBE_ENDSTOP
#define Z_PROBE_PIN -1
#endif
#ifdef DISABLE_XMAX_ENDSTOP
#undef X_MAX_PIN
#define X_MAX_PIN -1