Centre holes

This commit is contained in:
Leni Aniva 2025-05-12 23:52:45 -07:00
parent 44cd6ee960
commit 916ccee260
Signed by: aniva
GPG Key ID: D5F96287843E8DFB
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ class Onbashira(Model):
angle_joint_bolt_diam: float = 10.0 angle_joint_bolt_diam: float = 10.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, 15), (20, 10),
(50, 15), (60, 10),
]) ])
angle_joint_flange_thickness: float = 7.8 angle_joint_flange_thickness: float = 7.8
angle_joint_flange_radius: float = 40.0 angle_joint_flange_radius: float = 40.0