Sanity-check mutually-exclusive G34 features (#19706)

This commit is contained in:
Keith Bennett 2020-10-12 14:52:56 -07:00 committed by GitHub
parent 193c0a52d9
commit f9f8fd37de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2807,6 +2807,10 @@ static_assert( _ARR_TEST(3,0) && _ARR_TEST(3,1) && _ARR_TEST(3,2)
#endif
#endif
#if BOTH(Z_STEPPER_AUTO_ALIGN, MECHANICAL_GANTRY_CALIBRATION)
#error "You cannot use Z_STEPPER_AUTO_ALIGN and MECHANICAL_GANTRY_CALIBRATION at the same time."
#endif
#if ENABLED(PRINTCOUNTER) && DISABLED(EEPROM_SETTINGS)
#error "PRINTCOUNTER requires EEPROM_SETTINGS. Please update your Configuration."
#endif