fix: Axle diameter
This commit is contained in:
parent
b3db6ab004
commit
749d7ebf42
|
@ -956,7 +956,7 @@ class DiskJoint(Model):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def radius_axle(self) -> float:
|
def radius_axle(self) -> float:
|
||||||
return self.axle_bolt.diam_thread
|
return self.axle_bolt.diam_thread / 2
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def total_thickness(self) -> float:
|
def total_thickness(self) -> float:
|
||||||
|
|
Loading…
Reference in New Issue