chiark / gitweb /
commitid-layering-test: use Commitid_BestCount_M
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:57:04 +0000 (19:57 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:57:04 +0000 (19:57 +0000)
commitid-layering-test.scad

index 525ec414489db1634c995e2bcc509e61df232e0f..bb6ab0892888a16e158055b833ff831e8a7197b6 100644 (file)
@@ -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);