Standalone ocp_vscode viewer

This commit is contained in:
2024-11-26 23:59:05 +01:00
parent 2451e5e64d
commit 76b3b6575a
2 changed files with 28 additions and 0 deletions

7
oefening01.py Normal file
View File

@@ -0,0 +1,7 @@
from ocp_vscode import *
from build123d import *
set_port(3939)
b = Box(1,2,3)
show(b)