From 55a88bb345e0257a3df28f1a88a1b8cb3b117fa4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 May 2025 17:37:12 +0100 Subject: [PATCH] toolbox-inserts: RatchetHandle, introduce RatchetHandleWell 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 263c84a..66c9971 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -424,7 +424,7 @@ module RatchetHandlePositive() { ////toplevel module RatchetHandleHolder() { ////toplevel WellSurround(ratchet_handle_nom_depth/2, [ ], fixing_positions_2row(-7, 4), offset=[-5, 0]) - RatchetHandlePositive(); + RatchetHandleWell(); } //==================== tests and demos ==================== -- 2.30.2