From eb64e3f19fc8d1522fc5c74079596cb75f0e97c1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 27 Apr 2020 18:15:33 +0100 Subject: [PATCH] flyscreen-handle: Add dummy parameter 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 --- flyscreen-handle.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flyscreen-handle.scad b/flyscreen-handle.scad index 381ee62..93e3832 100644 --- a/flyscreen-handle.scad +++ b/flyscreen-handle.scad @@ -147,7 +147,7 @@ module StrapSectTop(){ } } -module StrapSectBot(){ +module StrapSectBot(inadj=false){ mirror([0,1]){ for (dx = [ -(strap_below + strap_th), 0 ]) { -- 2.30.2