From: Ian Jackson Date: Sun, 14 Feb 2016 17:35:29 +0000 (+0000) Subject: bike-lipo-box: adjustments from #1306: commitid on box: bigger and right way up X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b8fb892d591e80d9a18f6ca6a496a5aabcd3c9c8;p=reprap-play.git bike-lipo-box: adjustments from #1306: commitid on box: bigger and right way up --- diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index 3beb08a..a8e748e 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -234,8 +234,10 @@ module Box(){ ////toplevel 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(); } }