From 7aaa58426b9cfa8ac2b8e947626e664a6e14aa5d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 26 Aug 2012 17:38:30 +0100 Subject: [PATCH] cliphook wip - causes openscad to fail an assertion --- cliphook.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2