Commit aadd62ef authored by Guillaume Seguin's avatar Guillaume Seguin

Fix error in gcode arc parsing

parent 82b95c67
......@@ -417,6 +417,7 @@ class gviz(wx.Panel):
if gline.command == "G2": # clockwise, reverse endpoints
arc[0], arc[1], arc[2], arc[3] = arc[2], arc[3], arc[0], arc[1]
if not hilight:
self.arcs[z].append(arc)
self.arcpens[z].append(self.arcpen)
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment