height = 15;
difference() {
+ union() {
hull(){
cylinder(height,17.5,17.5);
translate([45.8,0,0]) cylinder(height,17.5,17.5);
}
+hull() {
+ translate([48,13.7,0])
+ cylinder(height, 4, 4);
+ translate([15,29,0])
+ cylinder(height, 3, 3);
+}
+translate([29,18,0])
+ cylinder(height, 2.5, 2.5);
+}
+
+
cylinder(height,13.5,13.5);
translate([45.8,0,0]) cylinder(height,13.5,13.5);
translate([16.5,-13.1,0]) cube([13,26.2, height]);
}
+
+
+/*
translate([-5,0,0]) difference() {
hull(){
translate([7,5,0]) rotate([0,0,15]) cube([40,40, 40]);
}
+*/
\ No newline at end of file