You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: