From 291a4da2d3ce76b9d432756649f4ae4810439797 Mon Sep 17 00:00:00 2001 From: Jan Kasprzak Date: Thu, 1 May 2014 12:05:02 +0200 Subject: [PATCH] smartube-clip: make it tighter --- smartube-clip.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); -- 2.43.0