kleine aanpassingen

This commit is contained in:
2025-11-05 19:39:22 +01:00
parent 5091cc23a4
commit afcd0b16e9
6 changed files with 144 additions and 21 deletions

View File

@@ -0,0 +1,19 @@
from ocp_vscode import *
from build123 import *
set_port(3939)
l = 31
b = 29
h = 58
with BuildPart() as box:
with BuildSketch() as bodem:
Rectangle(l+2.4, b+2.4)
fillet(bodem.vertices(), radius=10)
extrude(amount=4)
show_all()