File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 28
28
#include " ../../module/motion.h"
29
29
#include " ../../module/probe.h"
30
30
#include " ../../feature/bedlevel/bedlevel.h"
31
+ #include " ../../lcd/marlinui.h"
31
32
32
33
#if HAS_PTC
33
34
#include " ../../feature/probe_temp_comp.h"
37
38
#include " ../../module/tool_change.h"
38
39
#endif
39
40
40
- #if EITHER(DWIN_LCD_PROUI, DWIN_CREALITY_LCD_JYERSUI)
41
- #include " ../../lcd/marlinui.h"
42
- #endif
43
-
44
41
/* *
45
42
* G30: Do a single Z probe at the current XY
46
43
*
@@ -100,10 +97,8 @@ void GcodeSuite::G30() {
100
97
report_current_position ();
101
98
}
102
99
else {
103
- #if ENABLED(DWIN_LCD_PROUI)
104
- SERIAL_ECHOLNF (GET_EN_TEXT_F (MSG_ZPROBE_OUT));
105
- LCD_MESSAGE (MSG_ZPROBE_OUT);
106
- #endif
100
+ SERIAL_ECHOLNF (GET_EN_TEXT_F (MSG_ZPROBE_OUT));
101
+ LCD_MESSAGE (MSG_ZPROBE_OUT);
107
102
}
108
103
109
104
// Restore the active tool
You can’t perform that action at this time.
0 commit comments