Fix OpenSCAD Frustrum

This commit is contained in:
KeithSloan
2019-08-30 14:29:45 +01:00
committed by wmayer
parent 70857e17e0
commit 62d85f4491

View File

@@ -340,7 +340,7 @@ class Frustum:
pts.append(pts[0])
shape = Part.makePolygon(pts)
face = Part.Face(shape)
if ir==1: #top face
if ir==0: #top face
face.reverse()
wires.append(shape)
faces.append(face)