Include host_actions.h in G34 (#16014)
This commit is contained in:
parent
cf1e19d167
commit
a5a143f944
@ -51,6 +51,10 @@ void _man_probe_pt(const xy_pos_t &xy) {
|
|||||||
|
|
||||||
#include "../../gcode/gcode.h"
|
#include "../../gcode/gcode.h"
|
||||||
|
|
||||||
|
#if ENABLED(HOST_PROMPT_SUPPORT)
|
||||||
|
#include "../../feature/host_actions.h" // for host_prompt_do
|
||||||
|
#endif
|
||||||
|
|
||||||
float lcd_probe_pt(const xy_pos_t &xy) {
|
float lcd_probe_pt(const xy_pos_t &xy) {
|
||||||
_man_probe_pt(xy);
|
_man_probe_pt(xy);
|
||||||
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
||||||
|
Loading…
Reference in New Issue
Block a user