add new assets

This commit is contained in:
Kaisa Marysia 2024-08-01 20:37:49 +00:00
parent 3173e2cb97
commit eaed2f8c33
5 changed files with 65 additions and 0 deletions

8
OSCAD/Bottle_Small.scad Normal file
View file

@ -0,0 +1,8 @@
translate([0,0,2]) cylinder(h=30, d=30);
translate([0,0,32]) cylinder(h=3, r1=15, r2=13);
translate([0,0,0]) cylinder(h=2, r1=13, r2=15);
translate([0,0,35]) cylinder(h=10, r1=13, r2=11);
translate([0,0,45]) cylinder(h=4, r1=11, r2=7);
translate([0,0,49]) cylinder(h=10, r1=7, r2=7);
translate([0,0,59]) cylinder(h=6, r1=7, r2=8);
translate([0,0,65]) cylinder(h=1, r1=8, r2=7);