From dcbb2a546746d93453f8c18e5f9f7103a860e4e8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 26 Mar 2018 15:33:51 +0100 Subject: [PATCH] fairphone-case: make PropProfileAssignments not a toplevel It's flat; this makes make -j8 .stls not work. It's in DemoProfiles too so this toplevel is not needed. Signed-off-by: Ian Jackson --- fairphone-case.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index 8c427d4..d83c534 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -1052,7 +1052,7 @@ module PropProfileAssignments(gamma){ children(); } -module PropProfile(gamma, cut=0, rot=0){ ////toplevel +module PropProfile(gamma, cut=0, rot=0){ PropProfileAssignments(gamma){ //#circleat($prpp3,1); -- 2.30.2