Add HAS_MESH conditional

This commit is contained in:
Scott Lahteine 2017-10-13 20:47:44 -05:00
parent 88857e8028
commit b07a2aa23c
3 changed files with 14 additions and 11 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