From: Ian Jackson Date: Fri, 5 Feb 2016 03:23:34 +0000 (+0000) Subject: commitid.scad.pl: Rename to _2D (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c01b5790a51f40a8e25f9d032289e40da1ab6760;p=reprap-play.git commitid.scad.pl: Rename to _2D (nfc) --- diff --git a/commitid-cube-test.scad b/commitid-cube-test.scad index 485816a..0a2029d 100644 --- a/commitid-cube-test.scad +++ b/commitid-cube-test.scad @@ -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 diff --git a/commitid-layering-test.scad b/commitid-layering-test.scad index 5da4bbc..4a4019e 100644 --- a/commitid-layering-test.scad +++ b/commitid-layering-test.scad @@ -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); diff --git a/commitid.scad.pl b/commitid.scad.pl index aced30a..892ed7e 100755 --- a/commitid.scad.pl +++ b/commitid.scad.pl @@ -172,7 +172,7 @@ sub parsefont () { parsefont(); -gentextmodule('Commitid_FontDemo', @demo); +gentextmodule('Commitid_FontDemo_2D', @demo); __DATA__