From: Ian Jackson Date: Fri, 5 Feb 2016 17:29:45 +0000 (+0000) Subject: commitid.scad.pl: generate comment showing what the string is X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=16fd2d6dd11867cfb1ccf1f8fcc86a3e1e9db2bb;p=reprap-play.git commitid.scad.pl: generate comment showing what the string is --- diff --git a/commitid.scad.pl b/commitid.scad.pl index a2793ea..422926e 100755 --- a/commitid.scad.pl +++ b/commitid.scad.pl @@ -89,6 +89,7 @@ sub gentextmodule ($@) { my ($form, @lines) = @_; my $modb = "Commitid_$form"; p "module ${modb}_2D(){\n"; + p " // |$_|\n" foreach @lines; p " scale(Commitid__scale()){\n"; my $y = @lines; my $cols = 1;