From dd8b8f6ba161b8fb84c6730eacf9d150a0521388 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 May 2025 18:10:23 +0100 Subject: [PATCH] toolbox-inserts: RatchetHandle: some gaps Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 1e4e5bc..f3ef42e 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -450,6 +450,8 @@ module RatchetHandleWell() { ////toplevel module RatchetHandleHolder() { ////toplevel WellSurround(ratchet_handle_nom_depth/2, [ + [ -30, -10 ], + [ 10, 40 ], ], fixing_positions_2row(-7, 4), offset=[-5, 0]) RatchetHandleWell(); } -- 2.30.2