Standalone ocp_vscode viewer
This commit is contained in:
7
oefening01.py
Normal file
7
oefening01.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from ocp_vscode import *
|
||||
from build123d import *
|
||||
set_port(3939)
|
||||
|
||||
b = Box(1,2,3)
|
||||
|
||||
show(b)
|
||||
Reference in New Issue
Block a user