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,7 @@ from ocp_vscode import *
from build123d import *
set_port(3939)
tt = thickness_toolboard = 0.8
tt = thickness_toolboard = 2.0
ttc = thickness_total_connector = 4.0
bh = board_hole = 9.8
dc = depth_clamp = 4.0
@@ -31,5 +31,5 @@ with BuildPart() as clamp:
extrude(amount = bh)
fillet(clamp.edges(), radius = 0.2)
#export_step(clamp.part, "connectorHoleClamp.step")
#export_stl(clamp.part, "connectorHoleClamp.stl")
show_all()