Tweak bed leveling conditionals

This commit is contained in:
Scott Lahteine
2017-10-14 02:15:26 -05:00
parent 72ef508d55
commit 58abc66c1d
2 changed files with 7 additions and 7 deletions

View File

@@ -651,7 +651,7 @@ static_assert(1 >= 0
/**
* Require some kind of probe for bed leveling and probe testing
*/
#if HAS_ABL && DISABLED(AUTO_BED_LEVELING_UBL)
#if OLDSCHOOL_ABL
#error "Auto Bed Leveling requires one of these: PROBE_MANUALLY, FIX_MOUNTED_PROBE, BLTOUCH, SOLENOID_PROBE, Z_PROBE_ALLEN_KEY, Z_PROBE_SLED, or a Z Servo."
#endif