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

AUTO_BED_LEVELING_3POINT and DELTA_BED_LEVELING_GRID

parent e974ac63
Branches
Tags
No related merge requests found
......@@ -818,6 +818,16 @@
#ifndef DELTA_DIAGONAL_ROD_TRIM_TOWER_3
#define DELTA_DIAGONAL_ROD_TRIM_TOWER_3 0.0
#endif
#if ENABLED(AUTO_BED_LEVELING_GRID)
#define DELTA_BED_LEVELING_GRID
#endif
#endif
/**
* When not using other bed leveling...
*/
#if ENABLED(AUTO_BED_LEVELING_FEATURE) && DISABLED(AUTO_BED_LEVELING_GRID) && DISABLED(DELTA_BED_LEVELING_GRID)
#define AUTO_BED_LEVELING_3POINT
#endif
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment