From: Ian Jackson Date: Sat, 13 Feb 2016 23:37:02 +0000 (+0000) Subject: bike-lipo-box: add commitid to Box X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a02eab8cded35d6896231945053aa422ffb3f74a;p=reprap-play.git bike-lipo-box: add commitid to Box --- diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index b8a6e42..72f506b 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -190,6 +190,10 @@ module Box(){ ////toplevel AtGlands() GlandNegative(cabledia); + + translate($sealingbox_cnrrad * [1,1,0] + + [0, toty_inner/2, -wallthick]) + Commitid_Full16_M(); } }