Lichtslang 17x7mm toegevoegd.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user