X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=smartube-clip.scad;h=383396291eecc932b35cfbe4064dba41307f7906;hb=HEAD;hp=05de94014db81a3072ddbf58a5e9bedeb62abaf5;hpb=7492896c91fd0fa6db2ba11adf06e249da14ac31;p=things.git diff --git a/smartube-clip.scad b/smartube-clip.scad index 05de940..3833962 100644 --- a/smartube-clip.scad +++ b/smartube-clip.scad @@ -21,12 +21,12 @@ module cyl_clip(d, angle) { intersection() { union() { - rotate([30, 0, 0]) + rotate([-30, 0, 0]) translate([-t1_diam/2-wall/2, 0, -cyl_h/2]) - color("blue")cyl_clip(t1_diam, 260); - rotate([30, 0, 180]) + color("blue")cyl_clip(t1_diam, 280); + rotate([-30, 0, 180]) translate([-t2_diam/2-wall/2, 0, -cyl_h/2]) - color("red") cyl_clip(t2_diam, 240); + color("red") cyl_clip(t2_diam, 280); }; translate([-infty/2, -infty/2, -7.5]) cube(infty);