From: Ian Jackson Date: Sun, 14 Feb 2016 00:19:09 +0000 (+0000) Subject: bike-lipo-box: break out AtSealingBox X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e8aaa3bfc3806614d57a927668594132d23e0171;p=reprap-play.git bike-lipo-box: break out AtSealingBox --- diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index 51e5639..0e204c2 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -166,17 +166,22 @@ module StrapKeepers(at){ } } +chargingconn_x = pxp6012_rad_outer + 1 + $sealingbox_cnrrad; +switch_x = chargingconn_x + pxp6012_rad_outer + + s1930_y_outer/2 + s1930_around; + +module AtSealingBox(){ + rotate([90,0,0]) + translate([-wallthick,-wallthick, -toty_inner]) + children(); +} + module Box(){ ////toplevel $sealingbox_sz = sb_box_sz; - chargingconn_x = pxp6012_rad_outer + 1 + $sealingbox_cnrrad; - switch_x = chargingconn_x + pxp6012_rad_outer - + s1930_y_outer/2 + s1930_around; - difference(){ union(){ - rotate([90,0,0]) - translate([-wallthick,-wallthick, -toty_inner]) + AtSealingBox() SealingBox_RectBox(); translate([switch_x, toty_inner, totz_inner/2])