X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=commitid-layering-test.scad;h=d130b118435626937cecfa0602e5456d44773cc2;hb=7938a79face02b7475a60186fd760c24f3b393b0;hp=285cc4b98bbdfaa29d95861cf6cab6bb3e787f35;hpb=75ef406fd7e916017553b8f99686a943ea213929;p=reprap-play.git 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();