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