Bugfix: paths were not hilighted in preview during print anymore

master
Alessandro Ranellucci 2011-12-07 12:22:45 +01:00
parent 3f21b9d1c5
commit 29b5d09b2c
1 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,8 @@ class gviz(wx.Panel):
gcode = gcode.lower().strip().split()
if len(gcode) == 0:
return
if gcode[0][0] == 'n':
gcode.pop(0)
def _readgcode():
target=self.lastpos[:]