hacek
[mirrors/Designs.git] / openscad / hadice_sprcha.scad
CommitLineData
75e62fae
TM
1$fn= 100;
2
3difference() {
4%translate([0,0,0.1]) cylinder(d1=23, d2=20, h=30);
5union() {
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);
This page took 0.133508 seconds and 4 git commands to generate.