fix: Brittle shoulder joint problem

This commit is contained in:
Leni Aniva 2024-07-26 14:07:33 -07:00
parent 7fc0499ebe
commit aa1f4efa98
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

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