Commit 280731f0 authored by Guillaume Seguin's avatar Guillaume Seguin

Remove debug statement in gcoder.py

parent c5cb9a99
......@@ -194,8 +194,6 @@ class GCode(object):
if l.is_move and l.e != None:
has_movement = True
break
if idx > 15:
print idx, has_movement, cur_lines
if has_movement:
layers[idx] = Layer(layers[idx])
else:
......
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