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