From a02eab8cded35d6896231945053aa422ffb3f74a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Feb 2016 23:37:02 +0000 Subject: [PATCH] bike-lipo-box: add commitid to Box --- bike-lipo-box.scad | 4 ++++ 1 file changed, 4 insertions(+) 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(); } } -- 2.30.2