chiark / gitweb /
commitid-layering-test: move cylinder out of Body() (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:23:51 +0000 (19:23 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:23:51 +0000 (19:23 +0000)
commitid-layering-test.scad

index 3b33674a165f560c979e2b770d6eba6bf634dd7c..c988c98443be1ea480f169938bb98e843c820aad 100644 (file)
@@ -12,9 +12,6 @@ module Body(){
   mirror([0,0,1])
     translate([basexpos, baseypos])
     cube([basex, basey, baseh]);
-
-  translate([-5, 6, 0])
-    cylinder(r=4, h=3, $fn=20);
 }
 
 difference(){
@@ -24,6 +21,9 @@ difference(){
     Commitid_BestCount([basex,basey], margin=3);
 }
 
+translate([-6, 6, 0])
+  cylinder(r=4, h=3, $fn=20);
+
 echo("pause height (mm)", baseh+0.01);
 
 Commitid_FontDemo();