From: Ian Jackson Date: Fri, 5 Feb 2016 22:08:56 +0000 (+0000) Subject: commitid: commitid-best-test.scad: explicit margin X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=3c318a7f2b76e033f5c2e72ab8eff2ae2d9e1a57 commitid: commitid-best-test.scad: explicit margin --- diff --git a/commitid-best-test.scad.pl b/commitid-best-test.scad.pl index 041cf00..b0ca1ba 100755 --- a/commitid-best-test.scad.pl +++ b/commitid-best-test.scad.pl @@ -18,7 +18,7 @@ foreach my $xm (@xm) { p " translate(-0.5*p*[1,1]) square([$xm+1,$ym+1]*p);\n"; p " square([$xm,$ym]*p);\n"; p " }\n"; - p " Commitid_BestCount_2D([$xm,$ym] * p);\n"; + p " Commitid_BestCount_2D([$xm,$ym] * p, margin=0.2);\n"; p " }\n"; $y += $ym + 2; }