6b4af5739074eed6fe79be22ee1837b1d8de7fe1
[mirrors/Designs.git] / openscad / hadice_sprcha.scad
1 $fn= 100;
2
3 difference() {
4 %translate([0,0,0.1]) cylinder(d1=23, d2=20, h=30);
5 union() {
6 translate([0,0,16]) cylinder(d=12.5, h=30);
7 cylinder(d=13.5, h=5);
8 cylinder(d=11.5, h=30);
9 translate([0,0,13]) cylinder(d=13.5, h=7);
10 }
11 }
12 //translate([0,0,-12.2]) cylinder(d=23, h=12);
13 rotate([90,0,0]) union() {
14 translate([7.5,9,-6]) cylinder(d=1.6, h=12);
15 translate([7.5,9,-6]) cylinder(d=3.8, h=1.7);
16 translate([7.5,9,6-1.7]) cylinder(d=3.8, h=1.7);
17 }
18 translate([0,0,9]) rotate_extrude() translate([10.5,0,0]) circle(1);
19 translate([0,0,21]) rotate_extrude() translate([9.9,0,0]) circle(1);
This page took 0.276064 seconds and 3 git commands to generate.