From 110ad8feae299815e93ae1e571b370b3532a9a72 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Apr 2025 12:00:32 +0100 Subject: [PATCH] toolbox-inserts: WellSurround: default offset Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 08c015d..2337d6b 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -74,7 +74,7 @@ module WellSurround( // screw as for AtFixingPositions fixings, // offset=[x,y] moves the whole thing by that amount, but not the fixings - offset, + offset=[0,0], wall=well_surround_wall ) { -- 2.30.2