Fix a host action compile error (#13208)

2.0.x
InsanityAutomation 6 years ago committed by Scott Lahteine
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…
Cancel
Save