Fix a host action compile error (#13208)
This commit is contained in:
parent
992cdc8d14
commit
19af90face
|
@ -140,7 +140,7 @@ void GcodeSuite::dwell(millis_t time) {
|
|||
}
|
||||
|
||||
#if ENABLED(HOST_PROMPT_SUPPORT)
|
||||
if (host_prompt_reason == PROMPT_G29_RETRY) host_action_prompt_end();
|
||||
host_action_prompt_end();
|
||||
#endif
|
||||
|
||||
#ifdef G29_SUCCESS_COMMANDS
|
||||
|
|
Loading…
Reference in a new issue