flangedWall: Do inger holes for h edge

if there is a flange at that side
This commit is contained in:
Florian Festi 2022-07-19 09:25:17 +02:00
parent 0938d12aa0
commit 20ab2a1bed
1 changed files with 1 additions and 1 deletions

View File

@ -2010,7 +2010,7 @@ class Boxes:
rr = min(r, max(flanges[i], flanges[i+1]))
self.cc(callback, i, x=-rl)
if flanges[i]:
if edges[i] is self.edges["F"]:
if edges[i] is self.edges["F"] or edges[i] is self.edges["h"]:
self.fingerHolesAt(flanges[i-1]+t-rl, 0.5*t+flanges[i], l,
angle=0)
self.edge(l+flanges[i-1]+flanges[i+1]+edges[i-1].endwidth()+edges[i+1].startwidth()-rl-rr)