File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 29
29
#include " ../../module/probe.h"
30
30
#include " ../../feature/bedlevel/bedlevel.h"
31
31
#include " ../../module/settings.h"
32
+ #include " ../../lcd/marlinui.h"
32
33
33
34
#if HAS_PTC
34
35
#include " ../../feature/probe_temp_comp.h"
38
39
#include " ../../module/tool_change.h"
39
40
#endif
40
41
41
- #if EITHER(DWIN_LCD_PROUI, DWIN_CREALITY_LCD_JYERSUI)
42
- #include " ../../lcd/marlinui.h"
43
- #endif
44
-
45
42
/* *
46
43
* G30: Do a single Z probe at the given XY (default: current)
47
44
*
@@ -106,10 +103,8 @@ void GcodeSuite::G30() {
106
103
report_current_position ();
107
104
}
108
105
else {
109
- #if ENABLED(DWIN_LCD_PROUI)
110
- SERIAL_ECHOLNF (GET_EN_TEXT_F (MSG_ZPROBE_OUT));
111
- LCD_MESSAGE (MSG_ZPROBE_OUT);
112
- #endif
106
+ SERIAL_ECHOLNF (GET_EN_TEXT_F (MSG_ZPROBE_OUT));
107
+ LCD_MESSAGE (MSG_ZPROBE_OUT);
113
108
}
114
109
115
110
probe.use_probing_tool (false );
You can’t perform that action at this time.
0 commit comments