From cb2e2c179c409a1ed09bebf963b8cc4e8fb1a551 Mon Sep 17 00:00:00 2001 From: Rafal Paluch Date: Fri, 21 Nov 2025 16:15:34 +0100 Subject: [PATCH] Wyrownane --- orange.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)