Działa!!
This commit is contained in:
parent
dd60c82db1
commit
94b2ef41d1
Binary file not shown.
|
|
@ -1,6 +1,8 @@
|
||||||
from build123d import *
|
from build123d import *
|
||||||
from ocp_vscode import *
|
from ocp_vscode import *
|
||||||
|
|
||||||
|
set_port(3939)
|
||||||
|
|
||||||
orange = import_step("./OrangePi-Box.step")
|
orange = import_step("./OrangePi-Box.step")
|
||||||
orange = orange.rotate(Axis.X, -90).move(Location((0, 0, 37)))
|
orange = orange.rotate(Axis.X, -90).move(Location((0, 0, 37)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue