From c01b5790a51f40a8e25f9d032289e40da1ab6760 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Feb 2016 03:23:34 +0000 Subject: [PATCH] commitid.scad.pl: Rename to _2D (nfc) --- commitid-cube-test.scad | 2 +- commitid-layering-test.scad | 2 +- commitid.scad.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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__ -- 2.30.2