From 6736274070018db9e64ffb5f256ce11a6f12fa14 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Feb 2016 19:57:04 +0000 Subject: [PATCH] commitid-layering-test: use Commitid_BestCount_M --- commitid-layering-test.scad | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/commitid-layering-test.scad b/commitid-layering-test.scad index 525ec41..bb6ab08 100644 --- a/commitid-layering-test.scad +++ b/commitid-layering-test.scad @@ -16,9 +16,8 @@ module Body(){ difference(){ Body(); - translate([basex + basexpos, baseypos, -baseh]) - rotate([0,180,0]) - Commitid_BestCount([basex,basey], margin=3); + translate([basexpos, baseypos, -baseh]) + Commitid_BestCount_M([basex,basey], margin=3); translate([-6, 6, -0.4]) cylinder(r=5, h=3, $fn=50); -- 2.30.2