fix: Use insertion length for threads
This commit is contained in:
parent
8b0c9a000d
commit
840995d82b
|
@ -153,7 +153,7 @@ class Handle:
|
||||||
)
|
)
|
||||||
result.faces(">Z").tag("mate")
|
result.faces(">Z").tag("mate")
|
||||||
if not self.simplify_geometry:
|
if not self.simplify_geometry:
|
||||||
thread = self.joint.internal_thread(self.connector_length).val()
|
thread = self.joint.internal_thread(self.insertion_length).val()
|
||||||
result = result.union(thread)
|
result = result.union(thread)
|
||||||
for h in holes:
|
for h in holes:
|
||||||
cyl = Cq.Solid.makeCylinder(
|
cyl = Cq.Solid.makeCylinder(
|
||||||
|
|
Loading…
Reference in New Issue