Browse Source

Fix last arc segment

Co-Authored-By: ellensp <ellensp@hotmail.com>
Scott Lahteine 5 years ago
parent
commit
e0e87ca19a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/motion/G2_G3.cpp

+ 1
- 1
Marlin/src/gcode/motion/G2_G3.cpp View File

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

Loading…
Cancel
Save