Klemmen toegevoegd

This commit is contained in:
2024-12-21 17:18:30 +01:00
parent 5ef2b77e43
commit 01ecf58ebc
6 changed files with 2446 additions and 7 deletions

View File

@@ -24,7 +24,8 @@ lp6 = line_point_6 = ttc+tt
pts = [
(0, 0),
(cw, 0),
(cw, dc),
(cw, dc-0.5),
(cw-1.2, dc),
(lp5, dc),
(lp5, (dc+tt+ttc-dcs)),
(lp5+(5/2), (dc+tt+ttc-dcs)),
@@ -39,5 +40,7 @@ with BuildPart() as clamp:
Polyline(pts)
make_face()
extrude(amount = cw)
fillet(clamp.edges(), radius = 0.2)
export_stl(clamp.part, "connectorHoleClamp.stl")
show_all()