chiark / gitweb /
flyscreen-handle: Add dummy parameter
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 27 Apr 2020 17:15:33 +0000 (18:15 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 27 Apr 2020 17:15:33 +0000 (18:15 +0100)
Squashes a warning.  This parameter is unused but removing it from the
call sites would reduce future flexibility and be more work.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
flyscreen-handle.scad

index 381ee624f5c1f7b8532544e23b5afd240f28ea60..93e383240ee85eb0f2ef5971fc51ccea519936a2 100644 (file)
@@ -147,7 +147,7 @@ module StrapSectTop(){
   }
 }
 
-module StrapSectBot(){
+module StrapSectBot(inadj=false){
   mirror([0,1]){
     for (dx = [ -(strap_below + strap_th),
                0 ]) {