chiark / gitweb /
commitid-layering-test.scad: use 3D version
[reprap-play.git] / commitid-cube-test.scad
index a5251a4252e4b178ca6e7e31ceef2a8c5f00b56c..0a2029d80048c72fe007138c9f94c35299ac6949 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();
-  }
+      Commitid_FontDemo_2D();
 }
 
 module TC () { ////toplevel