Commit b3d2a6f1 authored by Guillaume Seguin's avatar Guillaume Seguin

Woops, fix a typo

parent 79d04775
...@@ -312,7 +312,7 @@ class GCode(object): ...@@ -312,7 +312,7 @@ class GCode(object):
cur_e = 0 cur_e = 0
for line in self.lines: for line in self.lines:
if line.e != None: if line.e == None:
continue continue
if line.command() == "G92": if line.command() == "G92":
cur_e = line.e cur_e = line.e
......
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