chiark / gitweb /
commitid.scad.pl: Do not process \n as a character
[reprap-play.git] / commitid-cube-test.scad
index a5251a4252e4b178ca6e7e31ceef2a8c5f00b56c..485816a8e4cdfefd2c47225745bc9092b5200210 100644 (file)
@@ -6,16 +6,14 @@ baseh= 1;
 
 sz = 20;
 
-h = 0.4;
+h = Commitid_depth();
 
 d = h;
 
 module FD () {
-  scale([2,2,1]) {
-    translate([0.5,1.5,-d])
+    translate([1, 3, -d])
     linear_extrude(height= h + d)
       Commitid_FontDemo();
-  }
 }
 
 module TC () { ////toplevel