From 3c318a7f2b76e033f5c2e72ab8eff2ae2d9e1a57 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Feb 2016 22:08:56 +0000 Subject: [PATCH] commitid: commitid-best-test.scad: explicit margin --- commitid-best-test.scad.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2