Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with G2 and G3 Curve interpolation #290

Open
Anoyomouse opened this issue May 20, 2013 · 0 comments
Open

Issue with G2 and G3 Curve interpolation #290

Anoyomouse opened this issue May 20, 2013 · 0 comments

Comments

@Anoyomouse
Copy link

The GCodeParser uses a single reference to Point5d causing the Interporlation to generate an array of the same instance, so effectively generating a single point for an entire curve

Fix is at https://github.com/Anoyomouse/ReplicatorG/blob/master/src/replicatorg/app/gcode/GCodeParser.java (forked from the jetty Sailfish firmware since that's the one our bot is using)

I'll fork this Repo if it's easier to merge in the change if necessary

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant