From: Ian Jackson Date: Mon, 27 Aug 2012 16:23:12 +0000 (+0100) Subject: cliphook bugfix X-Git-Tag: filamentspool-v2-release~910 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b429058ded1cc88a2b824c21670adcdab6a7a5e9;p=reprap-play.git cliphook bugfix --- diff --git a/cliphook.scad b/cliphook.scad index 826d0d7..f4231b3 100644 --- a/cliphook.scad +++ b/cliphook.scad @@ -38,7 +38,7 @@ module ClipHook_2D(w,g,l,ye,k,h) { xd = l*1.5 + w; xc = -l/2; - yc = g/w + w/2; + yc = g/2 + w/2; alpha = atan2((xe-xd)/r3, (ye-yd)/r3);