From 7938a79face02b7475a60186fd760c24f3b393b0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Feb 2016 18:58:11 +0000 Subject: [PATCH] commitid-layering-test: Add commitid --- commitid-layering-test.scad | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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(); -- 2.30.2