From 75e62faef5112a0f2749c531cb7f7b005193740c Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Mon, 4 Oct 2021 13:06:05 +0200 Subject: [PATCH] hadice sprcha --- openscad/hadice_sprcha.scad | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openscad/hadice_sprcha.scad diff --git a/openscad/hadice_sprcha.scad b/openscad/hadice_sprcha.scad new file mode 100644 index 0000000..482e835 --- /dev/null +++ b/openscad/hadice_sprcha.scad @@ -0,0 +1,12 @@ +$fn= 100; + +difference() { +%translate([0,0,0.1]) cylinder(d1=23, d2=20, h=30); +union() { + translate([0,0,16]) cylinder(d=12.5, h=30); + cylinder(d=13.5, h=5); + cylinder(d=11.5, h=30); + translate([0,0,13]) cylinder(d=13.5, h=7); +} +} +//translate([0,0,-12.2]) cylinder(d=23, h=12); \ No newline at end of file -- 2.30.2