Use 8mm bolt

This commit is contained in:
Leni Aniva 2025-05-13 00:02:43 -07:00
parent ca606c6bc1
commit b88d52f4be
Signed by: aniva
GPG Key ID: D5F96287843E8DFB
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class Onbashira(Model):
# Gap of each angle joint to connect the outside to the inside # Gap of each angle joint to connect the outside to the inside
angle_joint_gap: float = 10.0 angle_joint_gap: float = 10.0
angle_joint_bolt_length: float = 50.0 angle_joint_bolt_length: float = 50.0
angle_joint_bolt_diam: float = 10.0 angle_joint_bolt_diam: float = 8.0
# Position of the holes, with (0, 0) being the centre of each side # Position of the holes, with (0, 0) being the centre of each side
angle_joint_bolt_position: list[float] = field(default_factory=lambda: [ angle_joint_bolt_position: list[float] = field(default_factory=lambda: [
(20, 10), (20, 10),
@ -55,7 +55,7 @@ class Onbashira(Model):
rotor_inner_radius: float = 40.0 rotor_inner_radius: float = 40.0
rotor_bind_bolt_diam: float = 10.0 rotor_bind_bolt_diam: float = 8.0
rotor_bind_radius: float = 85.0 rotor_bind_radius: float = 85.0
stator_bind_radius: float = 140.0 stator_bind_radius: float = 140.0