瀏覽代碼

Handle dual gantry machines better

Roxy-3D 7 年之前
父節點
當前提交
62fa028155
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

+ 1
- 1
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp 查看文件

@@ -303,10 +303,10 @@
303 303
 
304 304
     // Check for commands that require the printer to be homed
305 305
     if (may_move) {
306
-      if (axis_unhomed_error()) gcode.home_all_axes();
307 306
       #if ENABLED(DUAL_X_CARRIAGE)
308 307
         if (active_extruder != 0) tool_change(0);
309 308
       #endif
309
+      if (axis_unhomed_error()) gcode.home_all_axes();
310 310
     }
311 311
 
312 312
     // Invalidate Mesh Points. This command is a little bit asymmetrical because

Loading…
取消
儲存