mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:35:58 +08:00
Render SupportInfillType so support is rendered correctly again.
Fixes #445
This commit is contained in:
parent
ba86352642
commit
aac269f82a
@ -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…
x
Reference in New Issue
Block a user