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 @@
|
|||
#ifndef VECTOR_3_H
|
||||
#define VECTOR_3_H
|
||||
|
||||
#if ENABLED(ENABLE_AUTO_BED_LEVELING)
|
||||
#if ENABLED(AUTO_BED_LEVELING_FEATURE)
|
||||
class matrix_3x3;
|
||||
|
||||
struct vector_3
|
||||
|
|
@ -57,6 +57,6 @@ struct matrix_3x3
|
|||
|
||||
|
||||
void apply_rotation_xyz(matrix_3x3 rotationMatrix, float &x, float& y, float& z);
|
||||
#endif // ENABLE_AUTO_BED_LEVELING
|
||||
#endif // AUTO_BED_LEVELING_FEATURE
|
||||
|
||||
#endif // VECTOR_3_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue