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,14 +2,16 @@ from ocp_vscode import *
from build123d import *
set_port(3939)
tt = thickness_toolboard = 0.8
# Kennedy Pegboard hole width = 10 x 10 mm
# Hart to hart distance holes = 1-1/2" = 38.1 mm
tt = thickness_toolboard = 2.0
wc = width_connector = 20.0
tb = thickness_bevel = 2.5
teub = thickness_edge_until_board = 0.5
ttc = thickness_total_connector = 4.0
cw = clamp_width = 9.8
dcr = depth_clamp_room = 1.6
lcr = length_clamp_room = cw+5
lcr = length_clamp_room = cw+2.8
with BuildPart() as connector:
with BuildSketch() as connector_sk: