From 19af90face9ff836a4b6dc24a2af055a3b6146a7 Mon Sep 17 00:00:00 2001 From: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Tue, 19 Feb 2019 15:47:31 -0500 Subject: [PATCH] Fix a host action compile error (#13208) --- Marlin/src/gcode/gcode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/gcode/gcode.cpp b/Marlin/src/gcode/gcode.cpp index 9efded4db8..a5f7bc2775 100644 --- a/Marlin/src/gcode/gcode.cpp +++ b/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