Kaffee-Poempel.scad 129 B

12345
  1. $fn=120;
  2. cylinder(d=45, h=5);
  3. translate([0,0,5]) cylinder(d1=45, d2=15, h=60);
  4. translate([0,0,70]) scale([1,1,1]) sphere(d=35);