🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN
This commit is contained in:
committed by
Scott Lahteine
parent
381c5908b4
commit
80f8ec94aa
@@ -38,7 +38,7 @@
|
||||
};
|
||||
#endif
|
||||
|
||||
#if HAS_CUSTOM_PROBE_PIN
|
||||
#if USES_Z_MIN_PROBE_PIN
|
||||
#define PROBE_TRIGGERED() (READ(Z_MIN_PROBE_PIN) != Z_MIN_PROBE_ENDSTOP_INVERTING)
|
||||
#else
|
||||
#define PROBE_TRIGGERED() (READ(Z_MIN_PIN) != Z_MIN_ENDSTOP_INVERTING)
|
||||
|
Reference in New Issue
Block a user