ok mamy kółko teraz będzie ucho

This commit is contained in:
Rafał Paluch 2025-12-17 19:38:52 +01:00
parent 3dfd27383f
commit 3b741e75db
1 changed files with 2 additions and 0 deletions

View File

@ -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)