From dfc745617fdfbaad2614795ed16c9b8fea359057 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Wed, 7 Aug 2024 08:16:44 -0700 Subject: [PATCH] fix: Spool obstruction on right --- nhf/touhou/houjuu_nue/joints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhf/touhou/houjuu_nue/joints.py b/nhf/touhou/houjuu_nue/joints.py index ca6003e..9a6378e 100644 --- a/nhf/touhou/houjuu_nue/joints.py +++ b/nhf/touhou/houjuu_nue/joints.py @@ -760,7 +760,7 @@ class ShoulderJoint(Model): loc_axis_rotate_top = Cq.Location((0, 0, 0), (0, 0, 1), self.axis_rotate_top + self.angle_neutral) spool_dz = 0 spool_angle = -self.angle_neutral - loc_spool_flip = Cq.Location((0,0,0),(0,1,0),180) if self.flip else Cq.Location() + loc_spool_flip = Cq.Location((0,0,0),(0,1,0),180) #if self.flip else Cq.Location() result = ( Cq.Assembly() .add(core, name="core", loc=Cq.Location())