Use straight edge for slots SlottedEdge

Used the connecting edge due to an aliasing issue. This broke as the
FingerJointEdge now places fingers even for smaller lengths.

Thanks to Nic Jansma (https://github.com/nicjansma) for reporting!

Resolves: #452
This commit is contained in:
Florian Festi 2022-11-12 09:17:56 +01:00
parent 0c87b43b52
commit 6ab0cef413
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ class SlottedEdge(BaseEdge):
if self.slots:
Slot(self.boxes, self.slots)(self.settings.thickness)
else:
self.edge(self.settings.thickness)
self.boxes.edge(self.settings.thickness)
self.edge(self.sections[-1])