From 345ae64adf380fb1bfa3da47b0acd7adae9f5cf1 Mon Sep 17 00:00:00 2001 From: Rafal Paluch Date: Thu, 18 Dec 2025 11:55:29 +0100 Subject: [PATCH] =?UTF-8?q?teraz=20robimy=20r=C4=85czk=C4=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- post_cap.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/post_cap.py b/post_cap.py index df1a2f3..1f5bf78 100644 --- a/post_cap.py +++ b/post_cap.py @@ -17,6 +17,11 @@ with BuildPart() as p: Ellipse(20 , 8) split(bisect_by=Plane.YZ) revolve(axis=Axis.Z) + with BuildLine(Plane.XZ) as l1: + CenterArc(center=(-15, 20), radius=17, start_angle=90, arc_size=180) -show_object(p) +# export_step(p.part, "/home/pali112/Build123d/debug.step") + +debug(l1.line, name="ucho") +# show_object(p) debug(s.sketch)