chiark / gitweb /
commitid-layering-test: get commitid right way round
[reprap-play.git] / commitid-layering-test.scad
index e9c25b2ca3e98e287ecfdffb7f47075dd8eaeaeb..525ec414489db1634c995e2bcc509e61df232e0f 100644 (file)
@@ -16,9 +16,12 @@ 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])
+    cylinder(r=5, h=3, $fn=50);
 }
 
 translate([-6, 6, 0])