Fix compile errors

This commit is contained in:
InsanityAutomation
2020-09-17 11:16:01 -04:00
parent fcd4fa4ab7
commit 953cf6f7d6
+9
View File
@@ -54,6 +54,15 @@
#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)
#include "../../libs/least_squares_fit.h"
#endif
/**
* G34: Z-Stepper automatic alignment
*