chiark / gitweb /
commitid-layering-test: add moat around cylinder to show XY registration
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:25:48 +0000 (19:25 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:25:48 +0000 (19:25 +0000)
commitid-layering-test.scad

index e9c25b2ca3e98e287ecfdffb7f47075dd8eaeaeb..676fb041f15ffefba33b194ce895dc1816484a97 100644 (file)
@@ -19,6 +19,9 @@ difference(){
   translate([basex + basexpos, basey + baseypos, -baseh])
     rotate([0,0,180])
     Commitid_BestCount([basex,basey], margin=3);
   translate([basex + basexpos, basey + baseypos, -baseh])
     rotate([0,0,180])
     Commitid_BestCount([basex,basey], margin=3);
+
+  translate([-6, 6, -0.4])
+    cylinder(r=5, h=3, $fn=50);
 }
 
 translate([-6, 6, 0])
 }
 
 translate([-6, 6, 0])