Enable ABL by type, support bilinear on cartesian
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
|
||||
#include "MarlinConfig.h"
|
||||
|
||||
#if ENABLED(AUTO_BED_LEVELING_GRID)
|
||||
#if ENABLED(AUTO_BED_LEVELING_LINEAR)
|
||||
|
||||
void daxpy(int n, float da, float dx[], int incx, float dy[], int incy);
|
||||
float ddot(int n, float dx[], int incx, float dy[], int incy);
|
||||
|
Reference in New Issue
Block a user