Lichtslang 17x7mm toegevoegd.

This commit is contained in:
2025-12-02 21:51:19 +01:00
parent c18ab45dd6
commit e0224e066f
8 changed files with 65 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
from ocp_vscode import *
from build123d import *
set_port(3939)
b = 17
h = 7
l = 50
with BuildPart() as clamp:
with BuildSketch() as sk_clamp:
Rectangle(b, l)
fillet(sk_clamp.vertices(), radius=1.2)
extrude(amount=2.4)
show_all()