Clean up PROBE_TRIGGERED_WHEN_STOWED_TEST (#12232)

This commit is contained in:
Scott Lahteine
2018-10-26 19:18:20 -05:00
committed by GitHub
parent 3028a620af
commit ab8425f1b5
2 changed files with 63 additions and 66 deletions

View File

@ -545,7 +545,7 @@
#undef Z_MIN_PROBE_ENDSTOP
#elif ENABLED(Z_PROBE_ALLEN_KEY)
// Extra test for Allen Key Probe
#define PROBE_IS_TRIGGERED_WHEN_STOWED_TEST
#define PROBE_TRIGGERED_WHEN_STOWED_TEST
#endif
#define HOMING_Z_WITH_PROBE (HAS_BED_PROBE && Z_HOME_DIR < 0 && ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN))