Implement delta auto-calibration and delta_height

This commit is contained in:
LVD-AC
2017-03-31 21:58:40 +02:00
committed by Scott Lahteine
parent 03bda24d19
commit 8821963873
5 changed files with 438 additions and 20 deletions

View File

@@ -395,7 +395,7 @@
* Delta Auto calibration
*/
#if ENABLED(DELTA_AUTO_CALIBRATION) && ENABLED(NO_WORKSPACE_OFFSETS)
#error "To use DELTA_AUTO_CALIBRATION you must disable NO_WORKSPACE_OFFSETS."
#error "DELTA_AUTO_CALIBRATION is incompatible with NO_WORKSPACE_OFFSETS."
#endif
/**