From 66976d7e1d5f7d3c9ba1d3b9d0dba4c23d5a155d Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Tue, 8 Jul 2025 22:53:06 -0700 Subject: [PATCH] fix: Close polygonal wire in torsion joint --- nhf/parts/joints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhf/parts/joints.py b/nhf/parts/joints.py index 4245eff..f375919 100644 --- a/nhf/parts/joints.py +++ b/nhf/parts/joints.py @@ -317,7 +317,7 @@ class TorsionJoint: if not rider_slot_begin: rider_slot_begin = self.rider_slot_begin def slot(loc): - wire = Cq.Wire.makePolygon(self._slot_polygon(flip=False)) + wire = Cq.Wire.makePolygon(self._slot_polygon(flip=False)).close() face = Cq.Face.makeFromWires(wire) return face.located(loc) wall_profile = (