Put ABL state into a class

This commit is contained in:
Scott Lahteine
2021-03-30 21:54:34 -05:00
committed by Scott Lahteine
parent 7573524a14
commit 8d083eb248
4 changed files with 216 additions and 214 deletions

View File

@@ -842,7 +842,7 @@
#define ABL_PLANAR 1
#endif
#if EITHER(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR)
#define ABL_GRID 1
#define ABL_USES_GRID 1
#endif
#if ANY(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_3POINT)
#define HAS_ABL_NOT_UBL 1