X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=openscad%2Fhacek_na_topeni.scad;h=52d4e6632bb769b80b22e972d7c42250c8d494c7;hb=00bbf7683a8b9b61eae635eef5875041cc648e5b;hp=43a58177eeebabf5417ab01a93913d503c58bf33;hpb=75e62faef5112a0f2749c531cb7f7b005193740c;p=mirrors%2FDesigns.git diff --git a/openscad/hacek_na_topeni.scad b/openscad/hacek_na_topeni.scad index 43a5817..52d4e66 100644 --- a/openscad/hacek_na_topeni.scad +++ b/openscad/hacek_na_topeni.scad @@ -2,16 +2,31 @@ $fn=50; 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(){ @@ -21,3 +36,4 @@ translate([45.8,31,0]) cylinder(height,13.5,13.5); translate([7,5,0]) rotate([0,0,15]) cube([40,40, 40]); } +*/ \ No newline at end of file