chiark / gitweb /
bike-lipo-box: add commitid to Box
[reprap-play.git] / bike-lipo-box.scad
index 36b433f46d89a58f88170c1fef4e14b5c8407802..72f506b87de5d1e2bc69bc765f7d42e55acb62e1 100644 (file)
@@ -190,9 +190,18 @@ module Box(){ ////toplevel
 
     AtGlands()
       GlandNegative(cabledia);
+
+    translate($sealingbox_cnrrad * [1,1,0] +
+             [0, toty_inner/2, -wallthick])
+      Commitid_Full16_M();
   }
 }
 
+module BoxPrint(){ ////toplevel
+  rotate([-90,0,0])
+    Box();
+}
+
 //TestWall();
 //ProfileDemos();
 //TestSealBox();