From: Jan Kasprzak Date: Thu, 1 May 2014 10:05:02 +0000 (+0200) Subject: smartube-clip: make it tighter X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=291a4da2d3ce76b9d432756649f4ae4810439797;p=things.git smartube-clip: make it tighter --- 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);