Rename ENABLE_AUTO_BED_LEVELING
With the introduction of the #if ENABLED(…) reads better than
This commit is contained in:
parent
91fd66ffba
commit
6292d9e815
27 changed files with 173 additions and 146 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#include <math.h>
|
||||
#include "Marlin.h"
|
||||
|
||||
#if ENABLED(ENABLE_AUTO_BED_LEVELING)
|
||||
#if ENABLED(AUTO_BED_LEVELING_FEATURE)
|
||||
#include "vector_3.h"
|
||||
|
||||
vector_3::vector_3() : x(0), y(0), z(0) { }
|
||||
|
|
@ -134,5 +134,5 @@ void matrix_3x3::debug(const char title[]) {
|
|||
}
|
||||
}
|
||||
|
||||
#endif // ENABLE_AUTO_BED_LEVELING
|
||||
#endif // AUTO_BED_LEVELING_FEATURE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue