From: Ian Jackson Date: Wed, 10 Feb 2016 22:45:47 +0000 (+0000) Subject: bike-lipo-box: add commitid X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=baf353471683aaee30d53725483a73329220e16f;p=reprap-play.git bike-lipo-box: add commitid --- diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index 27dbf48..2c6af79 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -1,5 +1,7 @@ // -*- C -*- +include + pxp6012_rad = 22.5 / 2 + 0.5; pxp6012_rad_outer = 32.0 / 2 - 0.5; @@ -25,6 +27,9 @@ module TestWall(){ translate([30, -1, 20]) rotate([-90,0,0]) cylinder(r = pxp6012_rad, h=10, $fn=60); + + rotate([90,0,0]) + Commitid_BestCount([15,40]); } }