From: Tomas Mudrunka Date: Mon, 4 Oct 2021 13:13:54 +0000 (+0200) Subject: krouzky X-Git-Url: http://git.harvie.cz/?p=mirrors%2FDesigns.git;a=commitdiff_plain;h=2e47d72a1722a2aa856e7ec5e582cfe0004f9c5a krouzky --- diff --git a/openscad/hadice_sprcha.scad b/openscad/hadice_sprcha.scad index 482e835..6b4af57 100644 --- a/openscad/hadice_sprcha.scad +++ b/openscad/hadice_sprcha.scad @@ -9,4 +9,11 @@ union() { 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 +//translate([0,0,-12.2]) cylinder(d=23, h=12); +rotate([90,0,0]) union() { + translate([7.5,9,-6]) cylinder(d=1.6, h=12); + translate([7.5,9,-6]) cylinder(d=3.8, h=1.7); + translate([7.5,9,6-1.7]) cylinder(d=3.8, h=1.7); +} +translate([0,0,9]) rotate_extrude() translate([10.5,0,0]) circle(1); +translate([0,0,21]) rotate_extrude() translate([9.9,0,0]) circle(1); \ No newline at end of file