Przeglądaj źródła

Fix Load Filament wait (#20243)

Victor Oliveira 4 lat temu
rodzic
commit
7a04df47f2
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Marlin/src/feature/pause.cpp

+ 1
- 1
Marlin/src/feature/pause.cpp Wyświetl plik

@@ -199,7 +199,7 @@ bool load_filament(const float &slow_load_length/*=0*/, const float &fast_load_l
199 199
     first_impatient_beep(max_beep_count);
200 200
 
201 201
     KEEPALIVE_STATE(PAUSED_FOR_USER);
202
-
202
+    wait_for_user = true;    // LCD click or M108 will clear this
203 203
     #if ENABLED(HOST_PROMPT_SUPPORT)
204 204
       const char tool = '0'
205 205
         #if NUM_RUNOUT_SENSORS > 1

Ładowanie…
Anuluj
Zapisz