chiark / gitweb /
commitid-layering-test: get commitid right way round
[reprap-play.git] / 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])