Enabled separate Z Probe and Z Axis endstop use at same time.
Typo fixes in comments in existing code.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user