From 14c23952277189b933accf2a90fde6c9781ffd5b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Feb 2016 23:32:11 +0000 Subject: [PATCH] bike-lipo-box: glands --- bike-lipo-box.scad | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index e9c8253..36b433f 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -3,6 +3,7 @@ include include include +include pxp6012_rad = 22.5 / 2 + 0.5; // make circular hole this size in outer wall pxp6012_rad_outer = 32.0 / 2 - 0.5; @@ -22,6 +23,8 @@ totz_inner = 28.0; wallthick = 2.5; +cabledia = 8.7; + strap_w = 5; strap_th = 4; strap_pillar = 3; @@ -137,6 +140,15 @@ module ProfileDemos(){ ////toplevel color("red") translate([-5,0]) square([1,ts_totz_inner]); } +module AtGlands(){ + for (dgy=[-15,-45]) { + translate([totx_inner + wallthick - $sealingbox_cnrrad * .3, + toty_inner + dgy, + totz_inner/2]) + children(); + } +} + module Box(){ ////toplevel $sealingbox_sz = sb_box_sz; @@ -161,6 +173,9 @@ module Box(){ ////toplevel translate([kx, 40, -1]) cube([10, 5, 8 +1]); } + + AtGlands() + GlandPositive(cabledia); } // charging connector @@ -172,6 +187,9 @@ module Box(){ ////toplevel translate([switch_x, toty_inner, totz_inner/2]) rotate([90,0,90]) S1930_Negative(); + + AtGlands() + GlandNegative(cabledia); } } -- 2.30.2