瀏覽代碼

Fix bad DELTA probe move (#21781)

Victor Oliveira 4 年之前
父節點
當前提交
fb2bfe1cef
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp 查看文件

@@ -426,7 +426,7 @@ void _internal_move_to_destination(const_feedRate_t fr_mm_s/*=0.0f*/
426 426
   #endif
427 427
 
428 428
   if (TERN0(IS_KINEMATIC, is_fast))
429
-    TERN(IS_KINEMATIC, NOOP, prepare_line_to_destination());
429
+    TERN(IS_KINEMATIC, prepare_fast_move_to_destination(), NOOP);
430 430
   else
431 431
     prepare_line_to_destination();
432 432
 

Loading…
取消
儲存