Skip to content
Snippets Groups Projects
Commit a1c240b0 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Delta supports some auto bed leveling options

parent b6d381f8
Branches
Tags
No related merge requests found
...@@ -47,13 +47,6 @@ ...@@ -47,13 +47,6 @@
#error EXTRUDER_RUNOUT_PREVENT currently incompatible with FILAMENTCHANGE. #error EXTRUDER_RUNOUT_PREVENT currently incompatible with FILAMENTCHANGE.
#endif #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 * Options only for EXTRUDERS == 1
*/ */
...@@ -181,7 +174,7 @@ ...@@ -181,7 +174,7 @@
/** /**
* Delta has limited bed leveling options * Delta has limited bed leveling options
*/ */
#if defined(DELTA) #ifdef DELTA
#ifdef ENABLE_AUTO_BED_LEVELING #ifdef ENABLE_AUTO_BED_LEVELING
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment