Add delta auto-calibration and configuration for Flsun AC

This commit is contained in:
LVD-AC
2017-03-31 21:03:38 +02:00
committed by Scott Lahteine
parent 396bd7b377
commit 03bda24d19
14 changed files with 3020 additions and 17 deletions

View File

@@ -391,6 +391,13 @@
#error "To use BED_LIMIT_SWITCHING you must disable PIDTEMPBED."
#endif
/**
* Delta Auto calibration
*/
#if ENABLED(DELTA_AUTO_CALIBRATION) && ENABLED(NO_WORKSPACE_OFFSETS)
#error "To use DELTA_AUTO_CALIBRATION you must disable NO_WORKSPACE_OFFSETS."
#endif
/**
* Allow only one bed leveling option to be defined
*/