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())