mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 23:05:57 +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):
|
def build(self, offset, vertices, colors, indices):
|
||||||
result = offset
|
result = offset
|
||||||
for polygon in self._polygons:
|
for polygon in self._polygons:
|
||||||
if polygon._type == Polygon.InfillType or polygon._type == Polygon.SupportInfillType:
|
if polygon._type == Polygon.InfillType:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
polygon.build(result, vertices, colors, indices)
|
polygon.build(result, vertices, colors, indices)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user