Move NONLINEAR bed leveling to planner
This is in advance of moving non-linear bed leveling to the planner class.
This commit is contained in:
parent
9429c7db89
commit
77639672d7
5 changed files with 71 additions and 65 deletions
|
|
@ -675,7 +675,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define PLANNER_LEVELING (ENABLED(MESH_BED_LEVELING) || ENABLED(AUTO_BED_LEVELING_LINEAR))
|
||||
#define PLANNER_LEVELING (ENABLED(MESH_BED_LEVELING) || ENABLED(AUTO_BED_LEVELING_FEATURE))
|
||||
|
||||
/**
|
||||
* Buzzer/Speaker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue