cosplay: Touhou/Houjuu Nue #4

Open
aniva wants to merge 189 commits from touhou/houjuu-nue into main
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 66cdd1b359 - Show all commits

View File

@ -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

View File

@ -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