fix: Axle diameter

This commit is contained in:
Leni Aniva 2024-08-06 00:09:08 -07:00
parent b3db6ab004
commit 749d7ebf42
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ class DiskJoint(Model):
@property
def radius_axle(self) -> float:
return self.axle_bolt.diam_thread
return self.axle_bolt.diam_thread / 2
@property
def total_thickness(self) -> float: