add new assets
This commit is contained in:
parent
3173e2cb97
commit
eaed2f8c33
5 changed files with 65 additions and 0 deletions
58
OSCAD/spoon.scad
Normal file
58
OSCAD/spoon.scad
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
|
||||
$fn=30;
|
||||
rotate([90,0,0])
|
||||
difference(){
|
||||
union(){
|
||||
difference(){
|
||||
union(){
|
||||
translate([0,0,10])
|
||||
scale([1,1,1.35])
|
||||
sphere(10);
|
||||
|
||||
translate([0,0,8.5])
|
||||
sphere(10.5);
|
||||
translate([0,0,8.1])
|
||||
sphere(11.1);
|
||||
translate([0,0,7.5])
|
||||
sphere(11.1);
|
||||
translate([0,0,5])
|
||||
sphere(11.9);
|
||||
translate([0,0,3])
|
||||
sphere(12);
|
||||
sphere(9);
|
||||
}
|
||||
|
||||
translate([-20,-3,-10])
|
||||
cube([40,50,40]);
|
||||
}}
|
||||
|
||||
|
||||
translate([0,1,0])
|
||||
union(){
|
||||
difference(){
|
||||
union(){
|
||||
translate([0,0,10])
|
||||
scale([1,1,1.35])
|
||||
sphere(10);
|
||||
|
||||
translate([0,0,8.5])
|
||||
sphere(10.5);
|
||||
translate([0,0,8.1])
|
||||
sphere(11.1);
|
||||
translate([0,0,7.5])
|
||||
sphere(11.1);
|
||||
translate([0,0,5])
|
||||
sphere(11.9);
|
||||
translate([0,0,3])
|
||||
sphere(12);
|
||||
sphere(9);
|
||||
}
|
||||
|
||||
translate([-20,-3,-10])
|
||||
cube([40,50,40]);
|
||||
}}}
|
||||
|
||||
translate([-2.5,8,-4])
|
||||
cube([5,60,1]);
|
||||
translate([0,68,-4])
|
||||
cylinder(h=1,r=2.5);
|
||||
Loading…
Add table
Add a link
Reference in a new issue