manticorp / GCodeArcOptimiser

Optimises GCode for arc movements (G2 and G3)
MIT License
54 stars 10 forks source link

gcode viewer doesn't display G2 and G3 arcs properly #7

Open manticorp opened 5 years ago

manticorp commented 5 years ago

gcode viewer doesn't display G2 and G3 arcs properly

manticorp commented 5 years ago

I've checked several results with Repetier Host's gcode viewer, and all seems to be okay so I strongly think it is just the js viewer that is wrong...

I think it probably has to do with the clockwise / anticlockwise param in the three.js gcode importer.