fix: Torsion joint rider must have through hole
This commit is contained in:
parent
056f6bb085
commit
2395c46839
|
@ -450,8 +450,8 @@ class TorsionJoint:
|
|||
.workplane()
|
||||
.circle(self._radius_spring_internal)
|
||||
.extrude(self.spring_height)
|
||||
#.faces(tag="spring")
|
||||
#.workplane()
|
||||
.faces("<Z")
|
||||
.workplane()
|
||||
.hole(self.radius_axle * 2)
|
||||
)
|
||||
theta_begin = math.radians(rider_slot_begin)
|
||||
|
|
Loading…
Reference in New Issue