Fix wrapper on G34_M422.cpp

This commit is contained in:
Scott Lahteine
2020-10-10 12:32:19 -05:00
committed by InsanityAutomation
parent 0785d312f7
commit fd751bd3fe
+2 -5
View File
@@ -22,6 +22,8 @@
#include "../../inc/MarlinConfigPre.h"
#if ENABLED(Z_STEPPER_AUTO_ALIGN)
#include "../gcode.h"
#include "../../module/planner.h"
#include "../../module/stepper.h"
@@ -37,14 +39,9 @@
#include "../../module/tool_change.h"
#endif
#define DEBUG_OUT ENABLED(DEBUG_LEVELING_FEATURE)
#include "../../core/debug_out.h"
#if ENABLED(Z_STEPPER_AUTO_ALIGN)
#include "../../feature/z_stepper_align.h"
#if ENABLED(Z_STEPPER_ALIGN_KNOWN_STEPPER_POSITIONS)