From 3b741e75dbab5a9d79d860c756f9840eb6a0e923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Paluch?= Date: Wed, 17 Dec 2025 19:38:52 +0100 Subject: [PATCH] =?UTF-8?q?ok=20mamy=20k=C3=B3=C5=82ko=20teraz=20b=C4=99dz?= =?UTF-8?q?ie=20ucho?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- post_cap.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/post_cap.py b/post_cap.py index 7bfa30e..df1a2f3 100644 --- a/post_cap.py +++ b/post_cap.py @@ -11,6 +11,8 @@ densc = 1020 / 1e6 # ABS with BuildPart() as p: with BuildSketch(Plane.XZ) as s: Rectangle(49, 48 - 8, align=(Align.CENTER, Align.MIN)) # wysokość 40 + with Locations((0, 40)): + Rectangle(9, 8, align=(Align.CENTER, Align.MIN)) with Locations((4.5, 40)): Ellipse(20 , 8) split(bisect_by=Plane.YZ)