From: Tomas Mudrunka Date: Mon, 4 Oct 2021 11:07:45 +0000 (+0200) Subject: nespresso molly guard X-Git-Url: http://git.harvie.cz/?p=mirrors%2FDesigns.git;a=commitdiff_plain;h=0c3b28620487143cb4ae46e60cca07dcaeee4f4e nespresso molly guard --- diff --git a/openscad/nespresso-tlacitka.scad b/openscad/nespresso-tlacitka.scad new file mode 100644 index 0000000..c231090 --- /dev/null +++ b/openscad/nespresso-tlacitka.scad @@ -0,0 +1,20 @@ +$fn=80; + +difference() { + union() { + minkowski() { + cube([44,24,0.1], center=true); + sphere(r=3); + } + difference() { + translate([0,-2,-1.3]) rotate([-15,0,0]) union() { + translate([11.25,2.5,0]) cylinder(h=13, d=17, center=true); + translate([-11.25,2.5,0]) cylinder(h=13, d=17, center=true); + } + //translate([0,15,0]) cube([60,20,20], center=true); + } + } + translate([0,0,-30]) cube([60,60,60], center=true); + translate([11.25,2.5,0]) cylinder(h=20, d=13, center=true); + translate([-11.25,2.5,0]) cylinder(h=20, d=13, center=true); +} \ No newline at end of file