From d07b157ab37a7c0a78e997204b59acaa537dbf6a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Aug 2023 14:16:14 +0100 Subject: [PATCH] flyscreen-wall-spacer: new spacers Signed-off-by: Ian Jackson --- flyscreen-wall-spacer.scad | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/flyscreen-wall-spacer.scad b/flyscreen-wall-spacer.scad index e5a8017..4abe1ef 100644 --- a/flyscreen-wall-spacer.scad +++ b/flyscreen-wall-spacer.scad @@ -91,4 +91,10 @@ module Spacers2() { } } -Spacers2(); +module Spacers3() { + AnySpacer(6.08); + translate([0, 30, 0]) + AnySpacer(8.18); +} + +Spacers3(); -- 2.30.2