chiark / gitweb /
commitid-layering-test: get commitid right way round
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:28:09 +0000 (19:28 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:28:09 +0000 (19:28 +0000)
commitid-layering-test.scad

index 676fb041f15ffefba33b194ce895dc1816484a97..525ec414489db1634c995e2bcc509e61df232e0f 100644 (file)
@@ -16,8 +16,8 @@ module Body(){
 
 difference(){
   Body();
-  translate([basex + basexpos, basey + baseypos, -baseh])
-    rotate([0,0,180])
+  translate([basex + basexpos, baseypos, -baseh])
+    rotate([0,180,0])
     Commitid_BestCount([basex,basey], margin=3);
 
   translate([-6, 6, -0.4])