浏览代码

Fix last arc segment

Co-Authored-By: ellensp <ellensp@hotmail.com>
Scott Lahteine 5 年前
父节点
当前提交
e0e87ca19a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/gcode/motion/G2_G3.cpp

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

@@ -236,7 +236,7 @@ void plan_arc(
236 236
     planner.apply_leveling(raw);
237 237
   #endif
238 238
 
239
-  planner.buffer_line(raw, scaled_fr_mm_s, active_extruder, seg_length
239
+  planner.buffer_line(raw, scaled_fr_mm_s, active_extruder, 0
240 240
     #if ENABLED(SCARA_FEEDRATE_SCALING)
241 241
       , inv_duration
242 242
     #endif

正在加载...
取消
保存