Browse Source

Fix a host action compile error (#13208)

pull/1/head
InsanityAutomation 5 years ago
committed by Scott Lahteine
parent
commit
19af90face
  1. 2
      Marlin/src/gcode/gcode.cpp

2
Marlin/src/gcode/gcode.cpp

@ -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