fix: Use insertion length for threads

This commit is contained in:
Leni Aniva 2024-07-09 21:32:29 -07:00
parent 8b0c9a000d
commit 840995d82b
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 1 deletions

View File

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