Initialize default arc values to 0. Closes #200

master
Kliment Yanev 2012-05-03 10:02:39 +02:00
parent f10d6c06e6
commit b43093d080
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,8 @@ class gviz(wx.Panel):
def _readgcode():
target=self.lastpos[:]
target[5]=0.0
target[6]=0.0
if hilight:
target=self.hilightpos[:]
for i in gcode: