Fix last arc segment
Co-Authored-By: ellensp <ellensp@hotmail.com>
This commit is contained in:
parent
528907cb16
commit
e0e87ca19a
@ -236,7 +236,7 @@ void plan_arc(
|
||||
planner.apply_leveling(raw);
|
||||
#endif
|
||||
|
||||
planner.buffer_line(raw, scaled_fr_mm_s, active_extruder, seg_length
|
||||
planner.buffer_line(raw, scaled_fr_mm_s, active_extruder, 0
|
||||
#if ENABLED(SCARA_FEEDRATE_SCALING)
|
||||
, inv_duration
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user