From: Ian Jackson Date: Fri, 9 May 2025 14:21:47 +0000 (+0100) Subject: toolbox-inserts: RatchetHandle wip X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=732aae91bf57b2de9a53319c7e6fa926810eea5c;p=reprap-play.git toolbox-inserts: RatchetHandle wip Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index ba5aaa7..50c0a39 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -373,6 +373,13 @@ module RatchetHandlePositive() { ////toplevel } linextr_x_yz(0, xh1) circle(r = 19.0/2); + linextr_x_yz(head_xmid, 1) + circle(r = 10.0 /2); + linextr_y_xz(-head_y/2, head_y/2) { + rotate(180) + translate([ head_xmid, 0,0 ]) + oval([ xs1 - xhe, head_d0 ]/2); + } } //==================== tests and demos ====================