X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=openscad%2Fhadice_sprcha.scad;h=5f6db46d6f306c82930a0ada48f3d0b069f2482f;hb=656eb5b46532c6a2eb899e58ce47b906265200e8;hp=6b4af5739074eed6fe79be22ee1837b1d8de7fe1;hpb=2e47d72a1722a2aa856e7ec5e582cfe0004f9c5a;p=mirrors%2FDesigns.git diff --git a/openscad/hadice_sprcha.scad b/openscad/hadice_sprcha.scad index 6b4af57..5f6db46 100644 --- a/openscad/hadice_sprcha.scad +++ b/openscad/hadice_sprcha.scad @@ -1,19 +1,26 @@ $fn= 100; +rotate([-90,0,0]) difference() { -%translate([0,0,0.1]) cylinder(d1=23, d2=20, h=30); +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); 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([7.5,9,-6-10]) cylinder(d=3.8, h=1.7+10); + translate([7.5,9,6-1.7]) cylinder(d=3.8, h=1.7+10); +} +rotate([90,0,180]) union() { + translate([7.5,9,-6]) cylinder(d=1.6, h=12); + translate([7.5,9,-6-10]) cylinder(d=3.8, h=1.7+10); + translate([7.5,9,6-1.7]) cylinder(d=3.8, h=1.7+10); } 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 +translate([0,0,21]) rotate_extrude() translate([9.9,0,0]) circle(1); +translate([-20,0,0]) cube(40); +} +//translate([0,0,-12.2]) cylinder(d=23, h=12);