Skip to content

Commit

Permalink
Remove double-drawing of bottom polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf authored and florianfesti committed Nov 12, 2024
1 parent 8c8ddc3 commit 8d99862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion boxes/generators/roundedregularbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ def render(self):
if self.top == "lid":
self.polygonWall([self.side, (360 / n, self.radius+t)] *n, edge="e", move="right")

self.polygonWall(poly, move="up")
self.polygonWall(poly, move="up only")
self.moveTo(0, t)
self.polygonWalls(poly, self.h)
Loading

0 comments on commit 8d99862

Please sign in to comment.