X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=bike-lipo-box.scad.m4;h=146da7708eafc30afe3f3832a55266de6ce5906d;hb=c2f9e017b2854093dee8c949617badb1b99a88bf;hp=74bfcc568472da411818f52941df3fbc4b45528d;hpb=aae0929506dd994414be242ca6c423ec638f620a;p=reprap-play.git diff --git a/bike-lipo-box.scad.m4 b/bike-lipo-box.scad.m4 index 74bfcc5..146da77 100644 --- a/bike-lipo-box.scad.m4 +++ b/bike-lipo-box.scad.m4 @@ -178,8 +178,14 @@ 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*.5, + ts_cnrrad*.5 - wallthick, + ts_zbox + ceilth]) + Commitid_BestCount([ts_xbox * .75 - 2.5 - (ts_cnrrad*.5), + ts_ybox - (ts_cnrrad*.5 - wallthick)*2]); } }