Klemmen toegevoegd
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user