From: Ian Jackson Date: Sun, 26 Aug 2012 16:38:30 +0000 (+0100) Subject: cliphook wip - causes openscad to fail an assertion X-Git-Tag: filamentspool-v2-release~916 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=7aaa58426b9cfa8ac2b8e947626e664a6e14aa5d cliphook wip - causes openscad to fail an assertion --- diff --git a/cliphook.scad b/cliphook.scad index 87787d8..3ea3573 100644 --- a/cliphook.scad +++ b/cliphook.scad @@ -66,4 +66,4 @@ module ClipHook(w=1.2, g=0.2, l=0.0, ye=0, k=2.0, h=3.5, demo=false) { translate([l+w,0,0]) rotate(180) ClipHook_2D(w,g,l,ye,k); } -ClipHook(l=3, ye=1.5, k=1, demo=true); +ClipHook(l=3, ye=-3, k=1, demo=true);