Delta supports some auto bed leveling options

This commit is contained in:
Scott Lahteine 2015-03-20 04:04:45 -07:00
parent b6d381f863
commit a1c240b0a4

View File

@ -47,13 +47,6 @@
#error EXTRUDER_RUNOUT_PREVENT currently incompatible with FILAMENTCHANGE.
#endif
/**
* Auto Bed Leveling and Delta
*/
#if defined(ENABLE_AUTO_BED_LEVELING) && defined(DELTA)
#error Bed Auto Leveling is still not compatible with Delta Kinematics.
#endif
/**
* Options only for EXTRUDERS == 1
*/
@ -181,7 +174,7 @@
/**
* Delta has limited bed leveling options
*/
#if defined(DELTA)
#ifdef DELTA
#ifdef ENABLE_AUTO_BED_LEVELING