Commit | Line | Data |
---|---|---|
c37e952c TM |
1 | $fn=50; |
2 | height = 15; | |
3 | ||
4 | difference() { | |
00bbf768 | 5 | union() { |
c37e952c TM |
6 | hull(){ |
7 | cylinder(height,17.5,17.5); | |
8 | translate([45.8,0,0]) cylinder(height,17.5,17.5); | |
9 | } | |
00bbf768 TM |
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 | ||
c37e952c TM |
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 | ||
00bbf768 TM |
27 | |
28 | ||
29 | /* | |
c37e952c TM |
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 | ||
00bbf768 | 39 | */ |