From: Ian Jackson Date: Sat, 6 Feb 2016 18:58:11 +0000 (+0000) Subject: commitid-layering-test: Add commitid X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=7938a79face02b7475a60186fd760c24f3b393b0 commitid-layering-test: Add commitid --- diff --git a/commitid-layering-test.scad b/commitid-layering-test.scad index 285cc4b..d130b11 100644 --- a/commitid-layering-test.scad +++ b/commitid-layering-test.scad @@ -17,6 +17,11 @@ module Body(){ cylinder(r=4, h=3, $fn=20); } -Body(); +difference(){ + Body(); + translate([basex + basexpos, basey + baseypos, -baseh]) + rotate([0,0,180]) + Commitid_BestCount([basex,basey], margin=3); +} Commitid_FontDemo();