From 9393c1ed1b22e8100692540a071d89a85511936c Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 10 Nov 2025 11:59:46 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20MBL=20+=20FT=20Motion=20bu?= =?UTF-8?q?ild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/gcode/bedlevel/mbl/G29.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/gcode/bedlevel/mbl/G29.cpp b/Marlin/src/gcode/bedlevel/mbl/G29.cpp index 0e48ec1449..1cdeba103e 100644 --- a/Marlin/src/gcode/bedlevel/mbl/G29.cpp +++ b/Marlin/src/gcode/bedlevel/mbl/G29.cpp @@ -46,7 +46,7 @@ #include "../../../core/debug_out.h" #if ENABLED(FT_MOTION) - #include "../../module/ft_motion.h" + #include "../../../module/ft_motion.h" #endif // Save 130 bytes with non-duplication of PSTR