hacek
[mirrors/Designs.git] / openscad / hacek_na_topeni.scad
1 $fn=50;
2 height = 15;
3
4 difference() {
5 union() {
6 hull(){
7 cylinder(height,17.5,17.5);
8 translate([45.8,0,0]) cylinder(height,17.5,17.5);
9 }
10 hull() {
11 translate([48,13.7,0])
12 cylinder(height, 4, 4);
13 translate([15,29,0])
14 cylinder(height, 3, 3);
15 }
16 translate([29,18,0])
17 cylinder(height, 2.5, 2.5);
18 }
19
20
21 cylinder(height,13.5,13.5);
22 translate([45.8,0,0]) cylinder(height,13.5,13.5);
23
24 translate([16.5,-13.1,0]) cube([13,26.2, height]);
25 }
26
27
28
29 /*
30 translate([-5,0,0]) difference() {
31 hull(){
32
33 translate([45.8,31,0]) cylinder(height,17.5,17.5);
34 }
35 translate([45.8,31,0]) cylinder(height,13.5,13.5);
36 translate([7,5,0]) rotate([0,0,15]) cube([40,40, 40]);
37 }
38
39 */
This page took 0.239007 seconds and 4 git commands to generate.