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