chiark / gitweb /
filamentclip wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 26 Aug 2012 18:20:40 +0000 (19:20 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 26 Aug 2012 18:20:40 +0000 (19:20 +0100)
cliphook.scad
filamentclip.scad [new file with mode: 0644]

index b1bc988cad02a049bdef0e2361528fc008739e6f..63f5d9be5e572390e2adddc5704e179af6e9f225 100644 (file)
@@ -67,4 +67,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=1.5, k=1, demo=true);
diff --git a/filamentclip.scad b/filamentclip.scad
new file mode 100644 (file)
index 0000000..bf8a030
--- /dev/null
@@ -0,0 +1,2 @@
+include <cliphook.scad>
+ClipHook();