Move PROBE_SELECTED to an earlier point

This commit is contained in:
Scott Lahteine
2016-08-22 15:02:19 -05:00
parent 2c3de5ee46
commit 1968983f35
2 changed files with 3 additions and 3 deletions

View File

@@ -586,8 +586,6 @@
#endif
#endif
#define PROBE_SELECTED (ENABLED(FIX_MOUNTED_PROBE) || ENABLED(Z_PROBE_ALLEN_KEY) || HAS_Z_SERVO_ENDSTOP || ENABLED(Z_PROBE_SLED))
#define PROBE_PIN_CONFIGURED (HAS_Z_MIN_PROBE_PIN || (HAS_Z_MIN && ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)))
#define HAS_BED_PROBE (PROBE_SELECTED && PROBE_PIN_CONFIGURED)