Fix for ARC stuttering.

This commit is contained in:
Knutwurst
2021-03-17 14:48:50 +01:00
parent 56e81609d7
commit c14f93323c

View File

@@ -216,7 +216,7 @@ void plan_arc(
planner.apply_leveling(raw);
#endif
if (!planner.buffer_line(raw, scaled_fr_mm_s, active_extruder, seg_length
if (!planner.buffer_line(raw, scaled_fr_mm_s, active_extruder, 0 /* seg_length */
#if ENABLED(SCARA_FEEDRATE_SCALING)
, inv_duration
#endif