Commit 15ab30b0 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix typo

parent eb0b24ab
......@@ -161,7 +161,7 @@ class GCode(object):
return
gline = Line(command)
self.lines.append(gline)
self._preprocess([gline])
self._preprocess_lines([gline])
self.append_layer.lines.append(gline)
self.layer_idxs.append(self.append_layer_id)
self.line_idxs.append(len(self.append_layer.lines))
......
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