Open Anoyomouse opened 11 years ago
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 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