diff --git a/orange.py b/orange.py index 6af8505..582f3e8 100644 --- a/orange.py +++ b/orange.py @@ -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)