Wyrownane

This commit is contained in:
Rafal Paluch 2025-11-21 16:15:34 +01:00
parent 9aaca519af
commit cb2e2c179c
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
from build123d import * from build123d import *
# orange = import_step("./OrangePi-Box.step") orange = import_step("./OrangePi-Box.step")
# orange = orange.rotate(Axis.X, -90).move(Location((0, 0, 11))) orange = orange.rotate(Axis.X, -90).move(Location((0, 0, 37)))
dlugosc = 112.80 dlugosc = 112.80
szerokosc = 87.80 szerokosc = 87.80
@ -38,3 +38,4 @@ with BuildPart() as box:
show_object(box) show_object(box)
debug(s2.sketch) debug(s2.sketch)
debug(orange)