Browse Source

get synchronized to current file names

Roxy-3D 8 years ago
parent
commit
8644dc170b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/least_squares_fit.cpp

+ 1
- 1
Marlin/least_squares_fit.cpp View File

@@ -34,7 +34,7 @@
34 34
 
35 35
 #if ENABLED(AUTO_BED_LEVELING_UBL)
36 36
   #include <math.h>
37
-  #include "UBL.h"
37
+  #include "ubl.h"
38 38
   #include "Marlin.h"
39 39
 
40 40
 double linear_fit_average(double *, int);

Loading…
Cancel
Save