connector met gat

This commit is contained in:
2024-12-19 22:58:27 +01:00
parent 8b4d196bc5
commit 771c1a0e71
5 changed files with 1318 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
from ocp_vscode import *
from build123d import *
set_port(3939)
wc = width_connector = 20.0
lsp = length_straight_part = 5.0
tce = thickness_connector_edge = 1.0
tb = thickness_bevel = 2.5
teub = thickness_edge_until_board = 0.5
wbs = width_board_side = 15.0
ttc = thickness_total_connector = 4.0
cw = clamp_width = 9.8
rc = rotation_clamp = 45.0
dc = depth_clamp = 4.0
with BuildPart() as clamp: