From 8280cfef4320eef0434caa9e0bb3a0efe8b1da01 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 10 Oct 2020 12:40:08 -0500 Subject: [PATCH] Update G34_M422.cpp --- Marlin/src/gcode/calibrate/G34_M422.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/gcode/calibrate/G34_M422.cpp b/Marlin/src/gcode/calibrate/G34_M422.cpp index 342a4baec1..d3a8bda629 100644 --- a/Marlin/src/gcode/calibrate/G34_M422.cpp +++ b/Marlin/src/gcode/calibrate/G34_M422.cpp @@ -24,9 +24,9 @@ #if ENABLED(Z_STEPPER_AUTO_ALIGN) -#include "../gcode.h" #include "../../feature/z_stepper_align.h" +#include "../gcode.h" #include "../../module/planner.h" #include "../../module/stepper.h" #include "../../module/motion.h"