From 8644dc170bfe63e0f95ebe6113319dff2abd9598 Mon Sep 17 00:00:00 2001
From: Roxy-3D <Roxy-3D@users.noreply.github.com>
Date: Thu, 6 Apr 2017 19:08:56 -0500
Subject: [PATCH] get synchronized to current file names

---
 Marlin/least_squares_fit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/least_squares_fit.cpp b/Marlin/least_squares_fit.cpp
index 0dda993593..6a8c67439a 100644
--- a/Marlin/least_squares_fit.cpp
+++ b/Marlin/least_squares_fit.cpp
@@ -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);
-- 
GitLab