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