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