Connector met haak er aan vast

This commit is contained in:
2024-12-30 21:46:03 +01:00
parent 29dcf4d994
commit 26e9e2490c
11 changed files with 2723 additions and 169 deletions

View File

@@ -2,7 +2,9 @@ from ocp_vscode import *
from build123d import *
set_port(3939)
tt = thickness_toolboard = 0.8
# Kennedy Pegboard hole size = 10 x 10 mm
tt = thickness_toolboard = 2.0
ttc = thickness_total_connector = 4.0
cw = clamp_width = 9.8
dc = depth_clamp = 4.0
@@ -28,5 +30,5 @@ with BuildPart() as clampLock:
extrude(amount = cw)
fillet(clampLock.edges(), radius = 0.2)
export_step(clampLock.part, "connectorHoleClampLock.step")
export_stl(clampLock.part, "connectorHoleLockingPin.stl")
show_all()