chiark / gitweb /
commitid.scad.pl: Rename to _2D (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 03:23:34 +0000 (03:23 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 03:23:34 +0000 (03:23 +0000)
commitid-cube-test.scad
commitid-layering-test.scad
commitid.scad.pl

index 485816a8e4cdfefd2c47225745bc9092b5200210..0a2029d80048c72fe007138c9f94c35299ac6949 100644 (file)
@@ -13,7 +13,7 @@ d = h;
 module FD () {
     translate([1, 3, -d])
     linear_extrude(height= h + d)
-      Commitid_FontDemo();
+      Commitid_FontDemo_2D();
 }
 
 module TC () { ////toplevel
index 5da4bbc23e68ee5674312fa343b6ea1ac81a0172..4a4019ed1b24f1e3ec4888dd59bc55bd66a5ba48 100644 (file)
@@ -9,7 +9,7 @@ mirror([0,0,1])
   cube([31, 20, baseh + 0.01]);
 
 linear_extrude(height= Commitid_depth() + 0.1)
-  Commitid_FontDemo();
+  Commitid_FontDemo_2D();
 
 translate([-5, 6, 0])
   cylinder(r=4, h=3, $fn=20);
index aced30a46fa7dfbbb2d45b81c6fb27cb80737063..892ed7efa531b773d437bab4bfd303492b73304a 100755 (executable)
@@ -172,7 +172,7 @@ sub parsefont () {
 
 parsefont();
 
-gentextmodule('Commitid_FontDemo', @demo);
+gentextmodule('Commitid_FontDemo_2D', @demo);
 
 __DATA__