Quellcode durchsuchen

Fix a host action compile error (#13208)

InsanityAutomation vor 6 Jahren
Ursprung
Commit
19af90face
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/src/gcode/gcode.cpp

+ 1
- 1
Marlin/src/gcode/gcode.cpp Datei anzeigen

@@ -140,7 +140,7 @@ void GcodeSuite::dwell(millis_t time) {
140 140
     }
141 141
 
142 142
     #if ENABLED(HOST_PROMPT_SUPPORT)
143
-      if (host_prompt_reason == PROMPT_G29_RETRY) host_action_prompt_end();
143
+      host_action_prompt_end();
144 144
     #endif
145 145
 
146 146
     #ifdef G29_SUCCESS_COMMANDS

Laden…
Abbrechen
Speichern