From: Tomas Mudrunka Date: Mon, 4 Oct 2021 11:06:05 +0000 (+0200) Subject: hadice sprcha X-Git-Url: http://git.harvie.cz/?p=mirrors%2FDesigns.git;a=commitdiff_plain;h=75e62faef5112a0f2749c531cb7f7b005193740c hadice sprcha --- 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