Fix rotation radius

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

View File

@ -38,7 +38,7 @@ class Onbashira(Model):
angle_joint_flange_radius: float = 40.0
# Dimensions of gun barrels
barrel_diam: float = 25.4 * 2
barrel_diam: float = 25.4 * 1.5
barrel_length: float = 300.0
# Radius from barrel centre to axis
rotation_radius: float = 75.0