chiark / gitweb /
bike-lipo-box: adjustments from #1306: commitid on box: bigger and right way up
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Feb 2016 17:35:29 +0000 (17:35 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Feb 2016 17:35:29 +0000 (17:35 +0000)
bike-lipo-box.scad

index 3beb08ae7689af8646f028d1c74967393b874015..a8e748e68ab2c27d7f3443494bc40131ab6c48d6 100644 (file)
@@ -234,8 +234,10 @@ module Box(){ ////toplevel
     AtGlands()
       GlandNegative(cabledia);
 
     AtGlands()
       GlandNegative(cabledia);
 
-    translate($sealingbox_cnrrad * [1,1,0] +
-             [0, toty_inner/2, -wallthick])
+    translate(-$sealingbox_cnrrad * [1,1,0] +
+             [totx_inner, toty_inner/2, -wallthick])
+      rotate([0,0,180])
+      scale([2,2,1])
       Commitid_Full16_M();
   }
 }
       Commitid_Full16_M();
   }
 }