podstawka na kwiata
This commit is contained in:
parent
ecb5fd9f72
commit
8aca6b8d9b
1 changed files with 17 additions and 0 deletions
17
Oliwka/podstawka.scad
Normal file
17
Oliwka/podstawka.scad
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
ile = 3;
|
||||||
|
|
||||||
|
rozmiar = 135;
|
||||||
|
wysokosc = 50;
|
||||||
|
grubosc = 15;
|
||||||
|
|
||||||
|
for (i = [0:360/ile:360]) {
|
||||||
|
rotate(i, [0,0,1]) translate([rozmiar/2,0,0])
|
||||||
|
cylinder(h=wysokosc+grubosc/2, d=grubosc);
|
||||||
|
translate([0,0,wysokosc]) rotate([0,90,0]) rotate(i, [1,0,0])
|
||||||
|
cylinder(h=rozmiar/2, d=grubosc);
|
||||||
|
rotate(i, [0,0,1]) translate([rozmiar/2, 0, 0])
|
||||||
|
sphere(d=grubosc);
|
||||||
|
rotate(i, [0,0,1]) translate([rozmiar/2, 0, wysokosc+grubosc/2])
|
||||||
|
sphere(d=grubosc);
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue