Connector met haak er aan vast
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user