From: Ian Jackson Date: Tue, 6 May 2025 20:13:34 +0000 (+0100) Subject: toolbox-inserts: RatchetHandle wip X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9850a0be93769b140d8d52b300be4bc0f4ac1058;p=reprap-play.git toolbox-inserts: RatchetHandle wip Signed-off-by: Ian Jackson --- 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