chiark / gitweb /
bike-lipo-box: adjustments from #1306: add a battery support buttress at lh end
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Feb 2016 17:24:30 +0000 (17:24 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Feb 2016 17:24:30 +0000 (17:24 +0000)
bike-lipo-box.scad

index af167ff18f89043d007722788e75ab5e5e8829b7..67a985480a1ff7de21ef1820afdc3ec9afd44140 100644 (file)
@@ -195,7 +195,7 @@ module Box(){ ////toplevel
        S1930_Positive();
 
       // keepers for lipo
-      for (kx= [ 40, 80, 120 ]) {
+      for (kx= [ 10, 40, 80, 120 ]) {
        translate([kx, 40, -1])
          hull(){
            cube([lipokeeper_w, lipokeeper_d_min, lipokeeper_h +1]);