Commit 01fcc152 authored by Guillaume Seguin's avatar Guillaume Seguin

Remove useless line (?!)

parent 8e2e3fa7
......@@ -407,7 +407,6 @@ class GcodeModel(Model):
for i in range(len(new_vertices)):
new_colors += gline_color
color_list += new_colors
[gline_color] * len(new_vertices)
prev_is_extruding = True
prev_move_x = delta_x
prev_move_y = delta_y
......
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