瀏覽代碼

Prevent extrusion on M600 un-park (#21670)

Fixes #21669
Sebastiaan Dammann 3 年之前
父節點
當前提交
8b5e7429d7
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/feature/pause.cpp

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

@@ -602,7 +602,7 @@ void resume_print(const_float_t slow_load_length/*=0*/, const_float_t fast_load_
602 602
 
603 603
   if (!axes_should_home()) {
604 604
     // Move XY back to saved position
605
-    destination.set(resume_position.x, resume_position.y, current_position.z);
605
+    destination.set(resume_position.x, resume_position.y, current_position.z, current_position.e);
606 606
     prepare_internal_move_to_destination(NOZZLE_PARK_XY_FEEDRATE);
607 607
 
608 608
     // Move Z back to saved position

Loading…
取消
儲存