🐛 Fix G38 with probe on Z_MIN (#22452)

This commit is contained in:
Grayson
2021-07-31 22:55:22 -05:00
committed by GitHub
parent 381a23773b
commit a90c8b762c
3 changed files with 19 additions and 21 deletions

View File

@@ -2166,7 +2166,7 @@
#if PIN_EXISTS(Z4_MAX)
#define HAS_Z4_MAX 1
#endif
#if BOTH(HAS_BED_PROBE, USES_Z_MIN_PROBE_PIN) && PIN_EXISTS(Z_MIN_PROBE)
#if HAS_BED_PROBE && PIN_EXISTS(Z_MIN_PROBE)
#define HAS_Z_MIN_PROBE_PIN 1
#endif