Fix error in gcode arc parsing

master
Guillaume Seguin 2013-05-18 18:30:54 +02:00
parent 82b95c67cc
commit aadd62ef09
1 changed files with 1 additions and 0 deletions

View File

@ -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: