Make USE_DELTA_IK_INTERPOLATION compatible with ABL

This commit is contained in:
Scott Lahteine
2016-10-09 15:19:39 -05:00
parent c5cac486f5
commit a4a7ca10ca
2 changed files with 23 additions and 4 deletions

View File

@ -518,8 +518,8 @@
*/
#if HAS_ABL
#if ENABLED(USE_RAW_KINEMATICS) || ENABLED(USE_DELTA_IK_INTERPOLATION)
#error "USE_RAW_KINEMATICS and USE_DELTA_IK_INTERPOLATION are not compatible with AUTO_BED_LEVELING"
#if ENABLED(USE_RAW_KINEMATICS)
#error "USE_RAW_KINEMATICS is not compatible with AUTO_BED_LEVELING"
#endif
/**