chiark / gitweb /
bike-lipo-box: commitid on lid
[reprap-play.git] / bike-lipo-box.scad.m4
index 74bfcc568472da411818f52941df3fbc4b45528d..ce9fdb5cd6de33739c03df2ab69c4267ef5bc5f9 100644 (file)
@@ -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]);
   }
 }