From: Ian Jackson Date: Fri, 9 May 2025 14:18:34 +0000 (+0100) Subject: toolbox-inserts: RatchetHandle wip X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=021ba90eed308e98bb87658d09966577d65e6583;p=reprap-play.git toolbox-inserts: RatchetHandle wip Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 6819135..ba5aaa7 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -353,14 +353,20 @@ module AtPlateFixings() { //---------- RatchetHandle ---------- module RatchetHandlePositive() { ////toplevel + xhe = -87.0 + 0.5; + xs1 = -40.0; xh1 = 14.0; + head_y = 12.1 + 0.5; + head_d0 = 26.5; + head_xmid = (xs1 + xhe)/2; hull(){ translate([xh1, 0,0]) linextr_x_yz(0, 0.1) rotate(90) oval([ 21.8, 18.1 ]/2); - translate([63.1, 0,0]) + + translate([63.1 + 0.5, 0,0]) linextr_x_yz(-0.1, 0) rotate(90) oval([ 23.5, 16.8 ]/2);