mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 05:53:18 +08:00
Remove unneeded declaration
CURA-8196
This commit is contained in:
parent
a9970800f6
commit
a49627a1f7
@ -489,7 +489,6 @@ class SimulationView(CuraView):
|
|||||||
|
|
||||||
# The colour scheme is only influenced by the visible lines, so filter the lines by if they should be visible.
|
# The colour scheme is only influenced by the visible lines, so filter the lines by if they should be visible.
|
||||||
visible_line_types = []
|
visible_line_types = []
|
||||||
visible_line_types_with_extrusion = []
|
|
||||||
if self.getShowSkin(): # Actually "shell".
|
if self.getShowSkin(): # Actually "shell".
|
||||||
visible_line_types.append(LayerPolygon.SkinType)
|
visible_line_types.append(LayerPolygon.SkinType)
|
||||||
visible_line_types.append(LayerPolygon.Inset0Type)
|
visible_line_types.append(LayerPolygon.Inset0Type)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user