chiark / gitweb /
bike-lipo-box: adjust for actual size of lip assembly
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 23:21:52 +0000 (23:21 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 23:21:52 +0000 (23:21 +0000)
bike-lipo-box.scad

index c7fc125f06e9780ce65507ebf92f04abc5850cf9..95c95c0e33c57c67d44addd2f527a51420bdd745 100644 (file)
@@ -18,7 +18,7 @@ s1930_behind = 3;
 
 totx_inner = 180;
 toty_outer = 95;
 
 totx_inner = 180;
 toty_outer = 95;
-totz_outer = 31;
+totz_inner = 28.0;
 
 wallthick = 2.5;
 
 
 wallthick = 2.5;
 
@@ -32,7 +32,7 @@ strap_over = 2;
 
 totx_outer = totx_inner + wallthick*2;
 toty_inner = toty_outer - wallthick*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];
 
 
 sb_box_sz = [totx_outer, totz_outer, toty_inner];