X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=bike-lipo-box.scad.m4;fp=bike-lipo-box.scad.m4;h=146da7708eafc30afe3f3832a55266de6ce5906d;hb=8705fe43ac87becdfaaddc79bb350c101536028a;hp=ce9fdb5cd6de33739c03df2ab69c4267ef5bc5f9;hpb=69ce7a3306a72eee010c387bfc5633823e561580;p=reprap-play.git diff --git a/bike-lipo-box.scad.m4 b/bike-lipo-box.scad.m4 index ce9fdb5..146da77 100644 --- a/bike-lipo-box.scad.m4 +++ b/bike-lipo-box.scad.m4 @@ -181,9 +181,11 @@ module TestSealLid(){ ////toplevel 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]); + 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]); } }