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

@@ -25,8 +25,17 @@ with BuildPart() as box:
)
fillet(zijwand.vertices(), radius=filletRad)
extrude(amount=h)
with BuildSketch(zijwand.faces().filter_by(Axis.Z)[-1]) as klem:
afsluiter = Rectangle(2.4, 2.4)
# offset(
# afsluiter,
# -(wanddikte*2),
# kind = Kind.INTERSECTION,
# mode = Mode.SUBTRACT,
# )
# fillet(klem.vertices(), radius=filletRad)
extrude(amount = 1.6)
export_stl(box.part, "box.stl")
#export_stl(box.part, "box.stl")
show(box)