feat: Shrink the mount
This commit is contained in:
parent
17001f87da
commit
66cdd1b359
|
@ -53,7 +53,7 @@ BASE_POS_Y = 100.0
|
|||
@dataclass(kw_only=True)
|
||||
class Harness(Model):
|
||||
thickness: float = 25.4 / 8
|
||||
width: float = 220.0
|
||||
width: float = 200.0
|
||||
height: float = 304.8
|
||||
fillet: float = 10.0
|
||||
|
||||
|
|
|
@ -103,12 +103,12 @@ class RootJoint(Model):
|
|||
base_height=4.0,
|
||||
n_tooth=24,
|
||||
))
|
||||
parent_width: float = 85
|
||||
parent_width: float = 60
|
||||
parent_thickness: float = 10
|
||||
parent_corner_fillet: float = 5
|
||||
parent_corner_cbore_diam: float = 12
|
||||
parent_corner_cbore_diam: float = 12.6
|
||||
parent_corner_cbore_depth: float = 2
|
||||
parent_corner_inset: float = 12
|
||||
parent_corner_inset: float = 7.5
|
||||
parent_mount_thickness: float = 25.4 / 16
|
||||
|
||||
parent_substrate_thickness: float = 25.4 / 16
|
||||
|
|
Loading…
Reference in New Issue