From 9e36b8cfc5fa0dc3dbf3a6e62fc61fea4882e8bd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Apr 2025 19:24:39 +0100 Subject: [PATCH] toolbox-inserts: use correct depth 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 1a6fc24..c60d33f 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -135,7 +135,7 @@ module WellSurround( AtFixingPositions(hull_group) render() metric_thread(diameter=fixing_thread_d, pitch=fixing_thread_pitch, - length=fixing_depth, internal=true, leadin=3, + length=$fixing_depth, internal=true, leadin=3, test=$screw_test); } -- 2.30.2