trying to make a cookie stamp
This commit is contained in:
parent
8e8dd8aa4f
commit
7001daba5d
26 changed files with 186486 additions and 0 deletions
12
cookie-stamp/handle.scad
Normal file
12
cookie-stamp/handle.scad
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
FN=80*1;
|
||||
|
||||
diam=60;
|
||||
|
||||
cylinder(h=3, r=diam/2, $fn=FN);
|
||||
translate([0,0,3]){
|
||||
cylinder(h=30, r1=20, r2=8, $fn=FN);
|
||||
}
|
||||
|
||||
translate([0,0,40]){
|
||||
sphere(r=16, $fn=FN);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue