mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Render SupportInfillType so support is rendered correctly again.
Fixes #445
This commit is contained in:
parent
ba86352642
commit
aac269f82a
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class Layer():
|
|||
def build(self, offset, vertices, colors, indices):
|
||||
result = offset
|
||||
for polygon in self._polygons:
|
||||
if polygon._type == Polygon.InfillType or polygon._type == Polygon.SupportInfillType:
|
||||
if polygon._type == Polygon.InfillType:
|
||||
continue
|
||||
|
||||
polygon.build(result, vertices, colors, indices)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue