chiark / gitweb /
commitid-layering-test: Add commitid
[reprap-play.git] / commitid-layering-test.scad
index 285cc4b98bbdfaa29d95861cf6cab6bb3e787f35..d130b118435626937cecfa0602e5456d44773cc2 100644 (file)
@@ -17,6 +17,11 @@ module Body(){
     cylinder(r=4, h=3, $fn=20);
 }
 
-Body();
+difference(){
+  Body();
+  translate([basex + basexpos, basey + baseypos, -baseh])
+    rotate([0,0,180])
+    Commitid_BestCount([basex,basey], margin=3);
+}
 
 Commitid_FontDemo();