chiark / gitweb /
commitid-layering-test: split off basexpos, baseypos (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 18:54:35 +0000 (18:54 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 18:54:51 +0000 (18:54 +0000)
commitid-layering-test.scad

index 1f82d7c7b0162bddb35dc9959891e42deff893b4..285cc4b98bbdfaa29d95861cf6cab6bb3e787f35 100644 (file)
@@ -5,10 +5,12 @@ include <commitid.scad>
 baseh= 1;
 basex = 31;
 basey= 20;
+basexpos = -12;
+baseypos = -4;
 
 module Body(){
   mirror([0,0,1])
-    translate([-12, -4])
+    translate([basexpos, baseypos])
     cube([basex, basey, baseh]);
 
   translate([-5, 6, 0])