From df514a64775764a2e57a257a5e3af8d96135fac0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Apr 2025 12:37:18 +0100 Subject: [PATCH] toolbox-inserts: actual screw threads, fix 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 e0fa112..e8a4123 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -128,7 +128,7 @@ module WellSurround( test=$screw_test); } - linextr(-100, -0.1) square(1000, center=true); + linextr(-100, 0.01) square(1000, center=true); } } -- 2.30.2