From: Ian Jackson Date: Sat, 13 Feb 2016 23:21:52 +0000 (+0000) Subject: bike-lipo-box: adjust for actual size of lip assembly X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=80c76e5a86a6dbb4f3e1a7acf689fc672c61233c bike-lipo-box: adjust for actual size of lip assembly --- diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index c7fc125..95c95c0 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -18,7 +18,7 @@ s1930_behind = 3; totx_inner = 180; toty_outer = 95; -totz_outer = 31; +totz_inner = 28.0; wallthick = 2.5; @@ -32,7 +32,7 @@ strap_over = 2; totx_outer = totx_inner + wallthick*2; toty_inner = toty_outer - wallthick*2; -totz_inner = totz_outer - wallthick*2; +totz_outer = totz_inner + wallthick*2; sb_box_sz = [totx_outer, totz_outer, toty_inner];