Wyrownane
This commit is contained in:
parent
9aaca519af
commit
cb2e2c179c
|
|
@ -1,7 +1,7 @@
|
|||
from build123d import *
|
||||
|
||||
# orange = import_step("./OrangePi-Box.step")
|
||||
# orange = orange.rotate(Axis.X, -90).move(Location((0, 0, 11)))
|
||||
orange = import_step("./OrangePi-Box.step")
|
||||
orange = orange.rotate(Axis.X, -90).move(Location((0, 0, 37)))
|
||||
|
||||
dlugosc = 112.80
|
||||
szerokosc = 87.80
|
||||
|
|
@ -38,3 +38,4 @@ with BuildPart() as box:
|
|||
|
||||
show_object(box)
|
||||
debug(s2.sketch)
|
||||
debug(orange)
|
||||
|
|
|
|||
Loading…
Reference in New Issue