From 3427c3dfb61531f9454b484a63fbe4fbf1c9f215 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 12 Feb 2016 01:47:19 +0000 Subject: [PATCH] bike-lipo-box: commitid on lid --- bike-lipo-box.scad.m4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bike-lipo-box.scad.m4 b/bike-lipo-box.scad.m4 index 74bfcc5..ce9fdb5 100644 --- a/bike-lipo-box.scad.m4 +++ b/bike-lipo-box.scad.m4 @@ -178,8 +178,12 @@ module TestSealLid(){ ////toplevel TestSealDoBoxShape(LidProfile();); hull(){ TestSealDoBoxShape(CeilProfile();); } } - translate([ts_xbox/2, ts_ybox/2, 0]) + translate([ts_xbox * .75, ts_ybox/2, 0]) cylinder(h=100, r=5); + + translate([-wallthick, ts_cnrrad - wallthick, ts_zbox + ceilth]) + Commitid_BestCount([ts_xbox * .75 - 2.5, + ts_ybox - (ts_cnrrad - wallthick)*2]); } } -- 2.30.2