From 422686981ac87345313196fd27911fd74f85cbc0 Mon Sep 17 00:00:00 2001 From: Finn Christiansen Date: Mon, 27 May 2024 21:25:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20Milk=20Frother=20Wall=20Mount?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Milk Frother Wall Mount - Ideenwelt.scad | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Milk Frother Wall Mount - Ideenwelt/Milk Frother Wall Mount - Ideenwelt.scad diff --git a/Milk Frother Wall Mount - Ideenwelt/Milk Frother Wall Mount - Ideenwelt.scad b/Milk Frother Wall Mount - Ideenwelt/Milk Frother Wall Mount - Ideenwelt.scad new file mode 100644 index 0000000..c3efa10 --- /dev/null +++ b/Milk Frother Wall Mount - Ideenwelt/Milk Frother Wall Mount - Ideenwelt.scad @@ -0,0 +1,16 @@ +difference() { + hull() { + cylinder(30, 15, 15, $fn = 500); + + translate([-12.5, 13.5, 0]) + cube([25, 2, 30]); + } + translate([0, 0, 2]) + cylinder(30, 13.5, 13.5, $fn = 500); + + translate([-1.25, -15, -1]) + cube([2.5, 15, 32]); + + translate([0, 0, -2]) + cylinder(10, 6, 6, $fn = 500); +} \ No newline at end of file