From 67b7910877747174338c4546d7e84804f2c4ab5c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Feb 2016 23:25:32 +0000 Subject: [PATCH 1/1] bike-lipo-box: use keepers for lipo as it takes the whole z space --- bike-lipo-box.scad | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index 95c95c0..e9c8253 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -156,17 +156,10 @@ module Box(){ ////toplevel rotate([90,0,90]) S1930_Positive(); - // straps for lipo - for (sx= [ 45, 80, 110 ]) { - for (sy= [ 10, 40 ]) { - translate([sx - strap_x_tot, sy, 0]) - difference(){ - translate([0,0, -0.1]) - cube([strap_x_tot, strap_pillard, strap_th + strap_over]); - translate([strap_pillar, -1, 0]) - cube([strap_w, strap_pillard+2, strap_th]); - } - } + // keepers for lipo + for (kx= [ 40, 80, 120 ]) { + translate([kx, 40, -1]) + cube([10, 5, 8 +1]); } } -- 2.30.2