FormerLurker / ArcWelderLib

A collection of projects used to convert G0/G1 commands to G2/G3 commands.
366 stars 39 forks source link

Add best fit curve algorithm #13

Closed FormerLurker closed 4 years ago

FormerLurker commented 4 years ago

Further improve the curve fitting by reducing the maximum deviation in steps. Allow this to be enabled/disabled, and provide an argument for determining the number of steps.

FormerLurker commented 4 years ago

I tried this, and it did NOT improve much at all. Not worth the time currently. Will consider trying this again in the future.

kimstik commented 2 years ago

FYI: https://github.com/AlliedToasters/circle-fit/pull/10