chiark / gitweb /
commitid-layering-test: split off basexpos, baseypos (nfc)
[reprap-play.git] / 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])