Enabled separate Z Probe and Z Axis endstop use at same time.
Typo fixes in comments in existing code.
This commit is contained in:
parent
b14be7235e
commit
9f3ff14008
4 changed files with 84 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue