Merge pull request #6045 from thinkyhead/rc_remove_raw_kinematics

Remove delta optimization concepts… for now
This commit is contained in:
Scott Lahteine
2017-03-18 03:26:24 -05:00
committed by GitHub
6 changed files with 18 additions and 107 deletions

View File

@ -232,6 +232,8 @@
#if ENABLED(DELTA)
#if DISABLED(USE_XMAX_PLUG) && DISABLED(USE_YMAX_PLUG) && DISABLED(USE_ZMAX_PLUG)
#error "You probably want to use Max Endstops for DELTA!"
#elif ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
#error "DELTA is incompatible with ENABLE_LEVELING_FADE_HEIGHT. Please disable it."
#endif
#if ABL_GRID
#if (ABL_GRID_MAX_POINTS_X & 1) == 0 || (ABL_GRID_MAX_POINTS_Y & 1) == 0