RegularBox: Fix top edge for "angled hole" top

This commit is contained in:
Florian Festi 2018-04-25 21:59:23 +02:00
parent d3c922d289
commit 616bf42239
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ class RegularBox(Boxes):
self.regularPolygonWall(corners=n, r=r, edges='F', move="up only")
side = 2 * math.sin(math.radians(180.0/n)) * r
fingers = self.top in ("hole", "round lid", "angled lid2")
fingers = self.top in ("hole", "angled hole", "round lid",
"angled lid2")
if n % 2:
for i in range(n):