From 358bb776f12b3548e32909c95b72596a413942e6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 14 Feb 2016 17:24:30 +0000 Subject: [PATCH] bike-lipo-box: adjustments from #1306: add a battery support buttress at lh end --- bike-lipo-box.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index af167ff..67a9854 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -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]); -- 2.30.2