Browse Source

Fix Load Filament wait (#20243)

Victor Oliveira 4 years ago
parent
commit
7a04df47f2
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/pause.cpp

+ 1
- 1
Marlin/src/feature/pause.cpp View File

199
     first_impatient_beep(max_beep_count);
199
     first_impatient_beep(max_beep_count);
200
 
200
 
201
     KEEPALIVE_STATE(PAUSED_FOR_USER);
201
     KEEPALIVE_STATE(PAUSED_FOR_USER);
202
-
202
+    wait_for_user = true;    // LCD click or M108 will clear this
203
     #if ENABLED(HOST_PROMPT_SUPPORT)
203
     #if ENABLED(HOST_PROMPT_SUPPORT)
204
       const char tool = '0'
204
       const char tool = '0'
205
         #if NUM_RUNOUT_SENSORS > 1
205
         #if NUM_RUNOUT_SENSORS > 1

Loading…
Cancel
Save