cosplay: Touhou/Houjuu Nue #4

Open
aniva wants to merge 189 commits from touhou/houjuu-nue into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit aa1f4efa98 - Show all commits

View File

@ -650,7 +650,7 @@ class ShoulderJoint(Model):
.copyWorkplane(Cq.Workplane('XY'))
.box(
length=self.child_lip_ext,
width=self.child_lip_width,
width=self.child_lip_width - 2 * self.child_lip_thickness,
height=self.height - self.torsion_joint.total_height * 2,
combine='cut',
centered=(False, True, True),