fix: Minor size fixes
This commit is contained in:
parent
04532d15f7
commit
7ce54f458a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue