Enable ABL by type, support bilinear on cartesian
This commit is contained in:
parent
9cebbabd05
commit
ea0dbee3c9
34 changed files with 1466 additions and 1258 deletions
|
|
@ -41,7 +41,7 @@
|
|||
#include <math.h>
|
||||
#include "Marlin.h"
|
||||
|
||||
#if ENABLED(AUTO_BED_LEVELING_FEATURE)
|
||||
#if HAS_ABL
|
||||
#include "vector_3.h"
|
||||
|
||||
vector_3::vector_3() : x(0), y(0), z(0) { }
|
||||
|
|
@ -156,5 +156,5 @@ void matrix_3x3::debug(const char title[]) {
|
|||
}
|
||||
}
|
||||
|
||||
#endif // AUTO_BED_LEVELING_FEATURE
|
||||
#endif // HAS_ABL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue