浏览代码

Fix Load Filament wait (#20243)

Victor Oliveira 4 年前
父节点
当前提交
7a04df47f2
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/feature/pause.cpp

+ 1
- 1
Marlin/src/feature/pause.cpp 查看文件

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

正在加载...
取消
保存