]> www.fi.muni.cz Git - things.git/blobdiff - smartube-clip.scad
switch holder.scad
[things.git] / smartube-clip.scad
index 05de94014db81a3072ddbf58a5e9bedeb62abaf5..383396291eecc932b35cfbe4064dba41307f7906 100644 (file)
@@ -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);