From: Ian Jackson Date: Tue, 22 Apr 2025 18:24:39 +0000 (+0100) Subject: toolbox-inserts: use correct depth X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9e36b8cfc5fa0dc3dbf3a6e62fc61fea4882e8bd;p=reprap-play.git toolbox-inserts: use correct depth Signed-off-by: Ian Jackson --- 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); }