fix: Minor size fixes

This commit is contained in:
Leni Aniva 2025-07-10 22:03:22 -07:00
parent 04532d15f7
commit 7ce54f458a
Signed by: aniva
GPG Key ID: D5F96287843E8DFB
1 changed files with 2 additions and 2 deletions

View File

@ -1586,7 +1586,7 @@ class Onbashira(Model):
.translate((0, 0, -self.front_bracket_depth/2))
)
hole_subtractor = Cq.Solid.makeCylinder(
radius=BOLT_COMMON.diam_thread/2 * 1.5,
radius=(BOLT_COMMON.diam_thread + 2)/2,
height=self.bulk_radius,
dir=(1, 0, 0)
)
@ -1867,7 +1867,7 @@ class Onbashira(Model):
angle=shift,
mode="c", tag="bolt")
.vertices(tag="bolt")
.circle(self.rotor_bind_bolt_diam/2, mode="s")
.circle(BOLT_COMMON.diam_thread/2, mode="s")
)
def chamber_back(self) -> Cq.Workplane:
sketch = self.profile_chamber_back()