Centre holes
This commit is contained in:
parent
44cd6ee960
commit
916ccee260
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue