Woops, fix a typo

master
Guillaume Seguin 2013-05-15 15:24:33 +02:00
parent 79d0477553
commit b3d2a6f12f
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ class GCode(object):
cur_e = 0
for line in self.lines:
if line.e != None:
if line.e == None:
continue
if line.command() == "G92":
cur_e = line.e