Skip to content

Commit

Permalink
Fix OpenSCAD Frustrum
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithSloan authored and wwmayer committed Aug 30, 2019
1 parent 70857e1 commit 62d85f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/OpenSCAD/OpenSCADFeatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def createGeometry(self,fp):
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)
Expand Down

0 comments on commit 62d85f4

Please sign in to comment.