From 8c15a093fd2db82effa62944072b994be4bd3c0e Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 2 Sep 2024 20:18:54 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20some=20kinematic=20conditi?= =?UTF-8?q?ons=20(2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/gcode/motion/G2_G3.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/src/gcode/motion/G2_G3.cpp b/Marlin/src/gcode/motion/G2_G3.cpp index 516513e14e6f..c3c2758af425 100644 --- a/Marlin/src/gcode/motion/G2_G3.cpp +++ b/Marlin/src/gcode/motion/G2_G3.cpp @@ -27,6 +27,7 @@ #include "../gcode.h" #include "../../module/motion.h" #include "../../module/planner.h" +#include "../../module/temperature.h" #if N_ARC_CORRECTION < 1 #undef N_ARC_CORRECTION