Fix OpenSCAD Frustrum

This commit is contained in:
KeithSloan
2019-08-30 14:29:45 +01:00
committed by wmayer
parent 0ad1d0b9e6
commit 459edb13db

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)