chiark / gitweb /
fairphone-case: make PropProfileAssignments not a toplevel
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 26 Mar 2018 14:33:51 +0000 (15:33 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 26 Mar 2018 14:33:52 +0000 (15:33 +0100)
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 <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 8c427d462c93b4ff9db9e88fa22d7f6e4ef6d700..d83c53474f4b548972d672539cecb5210bf28c8b 100644 (file)
@@ -1052,7 +1052,7 @@ module PropProfileAssignments(gamma){
   children();
 }
 
   children();
 }
 
-module PropProfile(gamma, cut=0, rot=0){ ////toplevel
+module PropProfile(gamma, cut=0, rot=0){
   PropProfileAssignments(gamma){
 
     //#circleat($prpp3,1);
   PropProfileAssignments(gamma){
 
     //#circleat($prpp3,1);