ok mamy kółko teraz będzie ucho
This commit is contained in:
parent
3dfd27383f
commit
3b741e75db
|
|
@ -11,6 +11,8 @@ densc = 1020 / 1e6 # ABS
|
||||||
with BuildPart() as p:
|
with BuildPart() as p:
|
||||||
with BuildSketch(Plane.XZ) as s:
|
with BuildSketch(Plane.XZ) as s:
|
||||||
Rectangle(49, 48 - 8, align=(Align.CENTER, Align.MIN)) # wysokość 40
|
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)):
|
with Locations((4.5, 40)):
|
||||||
Ellipse(20 , 8)
|
Ellipse(20 , 8)
|
||||||
split(bisect_by=Plane.YZ)
|
split(bisect_by=Plane.YZ)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue