diff --git a/__pycache__/orange.cpython-312.pyc b/__pycache__/orange.cpython-312.pyc index 439669a..050ec13 100644 Binary files a/__pycache__/orange.cpython-312.pyc and b/__pycache__/orange.cpython-312.pyc differ diff --git a/orange.py b/orange.py index 05892c7..e4e71a8 100644 --- a/orange.py +++ b/orange.py @@ -145,8 +145,9 @@ with BuildPart() as box: with BuildPart() as zamek: with BuildSketch(Plane.ZX) as z1: with Locations((gora_left_edge.Z, gora_left_edge.X, 0)): - Triangle(a=t_dlugosc, b=t_ramie, c=t_ramie, rotation=(-45)) + z = Triangle(a=t_ramie, b=t_ramie, c=t_dlugosc, align=(Align.MAX, Align.MIN)) extrude(amount=t_cala_dlugosc / 2, both=True) + mirror(about=Plane.ZY) -show(box, zamek, orange) +show(box, orange)