Commit 50547623 authored by Guillaume Seguin's avatar Guillaume Seguin

Add comment

parent ad23a280
......@@ -390,6 +390,7 @@ class GcodeModel(Model):
else:
glVertexPointer(3, GL_FLOAT, 0, self.travel_buffer.ptr)
# TODO: show current layer travels in a different color
end = self.layer_stops[min(self.num_layers_to_draw, self.max_layers)]
end_index = self.count_travel_indices[end]
glColor4f(*self.color_travel)
......
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