wire clamp prototype
[mirrors/Designs.git] / openscad / hacek_na_topeni.scad
1 $fn=50;
2 height = 15;
3
4 difference() {
5 hull(){
6 cylinder(height,17.5,17.5);
7 translate([45.8,0,0]) cylinder(height,17.5,17.5);
8 }
9 cylinder(height,13.5,13.5);
10 translate([45.8,0,0]) cylinder(height,13.5,13.5);
11
12 translate([16.5,-13.1,0]) cube([13,26.2, height]);
13 }
14
15 translate([-5,0,0]) difference() {
16 hull(){
17
18 translate([45.8,31,0]) cylinder(height,17.5,17.5);
19 }
20 translate([45.8,31,0]) cylinder(height,13.5,13.5);
21 translate([7,5,0]) rotate([0,0,15]) cube([40,40, 40]);
22 }
23
This page took 0.267929 seconds and 4 git commands to generate.