mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Remove unneeded declaration
CURA-8196
This commit is contained in:
parent
a9970800f6
commit
a49627a1f7
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue