trying to make a cookie stamp

This commit is contained in:
Ward Wouts 2014-02-02 21:32:00 +01:00
parent 8e8dd8aa4f
commit 7001daba5d
26 changed files with 186486 additions and 0 deletions

12
cookie-stamp/handle.scad Normal file
View 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);
}