From: Ian Jackson Date: Mon, 18 Nov 2024 23:00:29 +0000 (+0000) Subject: waring-blender-motor-coupler: adjust deeper shaft, from 1st batch X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4ea587a736503be2c88046d0cd5540d5ded3f4a0;p=reprap-play.git waring-blender-motor-coupler: adjust deeper shaft, from 1st batch Signed-off-by: Ian Jackson --- diff --git a/waring-blender-motor-coupler.scad b/waring-blender-motor-coupler.scad index 7251baa..a62be16 100644 --- a/waring-blender-motor-coupler.scad +++ b/waring-blender-motor-coupler.scad @@ -11,6 +11,7 @@ d3 = 10.90 - slop; h2 = 6.60; h3 = 10.00; ht = 22.15; +hkey_shaft = 9; sq = 4.50 + slop; @@ -38,7 +39,7 @@ module Coupler() { ////toplevel } linextr(ht - sq_len, ht + 1) square(center=true, sq); linextr(-1, hkey) square(center=true, [ key_l, key_w ]); - linextr(-1, hkey) circle(r = key_d/2); + linextr(-1, hkey_shaft) circle(r = key_d/2); } }