chiark / gitweb /
commitid-cube-test: Use 3D version
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 03:35:31 +0000 (03:35 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 03:35:31 +0000 (03:35 +0000)
commitid-cube-test.scad

index 0a2029d80048c72fe007138c9f94c35299ac6949..0ef22390f6c3013a521648af8014224c490f65cc 100644 (file)
@@ -6,14 +6,9 @@ baseh= 1;
 
 sz = 20;
 
 
 sz = 20;
 
-h = Commitid_depth();
-
-d = h;
-
 module FD () {
 module FD () {
-    translate([1, 3, -d])
-    linear_extrude(height= h + d)
-      Commitid_FontDemo_2D();
+    translate([1, 3, 0])
+      Commitid_FontDemo();
 }
 
 module TC () { ////toplevel
 }
 
 module TC () { ////toplevel