From 86b71c07ad6058fc73a7e8b39c96ec6603290a83 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 20 Aug 2023 21:19:02 +0100 Subject: [PATCH] flyscreen-wall-spacer: undo spacing Signed-off-by: Ian Jackson --- flyscreen-wall-spacer.scad | 3 --- 1 file changed, 3 deletions(-) diff --git a/flyscreen-wall-spacer.scad b/flyscreen-wall-spacer.scad index 6dbf6f0..a767f98 100644 --- a/flyscreen-wall-spacer.scad +++ b/flyscreen-wall-spacer.scad @@ -11,13 +11,10 @@ screw_dia = 5; bucket_wall = 2.5; bucket_floor = 2.5; whole_dia = plug_dia + bucket_wall *2; -spacing = 14; module MainCircle() { difference(){ circle(r = whole_dia/2); - rectfromto([-100, spacing/2], - [+100, +100]); circle(r = screw_dia/2); } } -- 2.30.2