From 9850a0be93769b140d8d52b300be4bc0f4ac1058 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 May 2025 21:13:34 +0100 Subject: [PATCH] toolbox-inserts: RatchetHandle wip Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index af69658..6819135 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -350,6 +350,25 @@ module AtPlateFixings() { } } +//---------- RatchetHandle ---------- + +module RatchetHandlePositive() { ////toplevel + xh1 = 14.0; + + hull(){ + translate([xh1, 0,0]) + linextr_x_yz(0, 0.1) + rotate(90) + oval([ 21.8, 18.1 ]/2); + translate([63.1, 0,0]) + linextr_x_yz(-0.1, 0) + rotate(90) + oval([ 23.5, 16.8 ]/2); + } + linextr_x_yz(0, xh1) + circle(r = 19.0/2); +} + //==================== tests and demos ==================== module TestPlatesPrint() { ////toplevel -- 2.30.2