From edbc7473c78d2185dcab6e18cd160e5f0cff769d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 12 Feb 2016 20:20:09 +0000 Subject: [PATCH] bike-lipo-box-gland: wip --- bike-lipo-box-gland.scad | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bike-lipo-box-gland.scad b/bike-lipo-box-gland.scad index 59a78f8..ebdc148 100644 --- a/bike-lipo-box-gland.scad +++ b/bike-lipo-box-gland.scad @@ -6,7 +6,7 @@ module Gland(){ hull(){ for (m=[0,1]) { mirror([0,0, m]) { - translate([0,0, 8]) cylinder(r=13, h=0.5); + translate([0,0, 1.5 + (20-13)]) cylinder(r=13, h=0.5); translate([0,0, 1.5]) cylinder(r=20, h=0.5); } } @@ -17,7 +17,7 @@ module Plate(){ difference(){ union(){ Gland(); - translate([-30,-30,0]) + translate([-30,-30,-1.5]) cube([60,60,3]); } translate([0,0,-50]) @@ -29,10 +29,11 @@ module Test(){ rotate([90,0,0]) translate([0, 30, 0]) Plate(); - difference(){ - translate([-20,-20,0]) + translate([-20,-20,0]){ + difference(){ cube([40,20,1.2]); - Commitid_BestCount([40,20]); + Commitid_BestCount([40,20]); + } } } -- 2.30.2