We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab7a72 commit b729be3Copy full SHA for b729be3
Marlin/src/gcode/bedlevel/abl/G29.cpp
@@ -36,10 +36,6 @@
36
#include "../../../module/probe.h"
37
#include "../../queue.h"
38
39
-#if HAS_STATUS_MESSAGE
40
- #include "../../../lcd/marlinui.h"
41
-#endif
42
-
43
#if ENABLED(AUTO_BED_LEVELING_LINEAR)
44
#include "../../../libs/least_squares_fit.h"
45
#endif
@@ -51,6 +47,7 @@
51
47
#define DEBUG_OUT ENABLED(DEBUG_LEVELING_FEATURE)
52
48
#include "../../../core/debug_out.h"
53
49
50
+#include "../../../lcd/marlinui.h"
54
#if ENABLED(EXTENSIBLE_UI)
55
#include "../../../lcd/extui/ui_api.h"
56
#elif ENABLED(DWIN_CREALITY_LCD)
0 commit comments