get synchronized to current file names
This commit is contained in:
parent
1451b7eacf
commit
8644dc170b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||
#include <math.h>
|
||||
#include "UBL.h"
|
||||
#include "ubl.h"
|
||||
#include "Marlin.h"
|
||||
|
||||
double linear_fit_average(double *, int);
|
||||
|
|
Reference in a new issue