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 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 given XY (default: current)
46
43
*
@@ -105,10 +102,8 @@ void GcodeSuite::G30() {
105
102
report_current_position ();
106
103
}
107
104
else {
108
- #if ENABLED(DWIN_LCD_PROUI)
109
- SERIAL_ECHOLNF (GET_EN_TEXT_F (MSG_ZPROBE_OUT));
110
- LCD_MESSAGE (MSG_ZPROBE_OUT);
111
- #endif
105
+ SERIAL_ECHOLNF (GET_EN_TEXT_F (MSG_ZPROBE_OUT));
106
+ LCD_MESSAGE (MSG_ZPROBE_OUT);
112
107
}
113
108
114
109
probe.use_probing_tool (false );
You can’t perform that action at this time.
0 commit comments