printbare bestanden gemaakt

This commit is contained in:
2024-12-17 13:51:30 +01:00
parent 1e182f131f
commit dc88b8fd25
7 changed files with 1724 additions and 10 deletions

11
boxMetRondeHoeken.py Normal file
View File

@@ -0,0 +1,11 @@
from ocp_vscode import *
import build123d as b3d
set_port(3939)
#with BuildPart() as box:
# with BuildSketch as sk_box:
# Rectangle(10, 10)
# extrude(4)
block = b3d.Box(10, 10, 4)
show(rounded_block)