From: Ian Jackson Date: Mon, 27 Apr 2020 17:15:33 +0000 (+0100) Subject: flyscreen-handle: Add dummy parameter X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=eb64e3f19fc8d1522fc5c74079596cb75f0e97c1;p=reprap-play.git 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 --- 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 ]) {