chiark / gitweb /
filamentspool ArmExtender
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Sep 2012 13:45:38 +0000 (14:45 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Sep 2012 13:45:38 +0000 (14:45 +0100)
filamentspool.scad

index 6b35646bffd39cd676aba4c5199dec68e0f73b7e..e717285de7fb2c7aaf131f0a3f1994da5ad45678 100644 (file)
@@ -5,7 +5,8 @@ fdia=1.75;
 slop=0.5;
 bigslop=slop*2;
 
-hubeffrad = 30; // + 55;
+exteffrad = 85;
+hubeffrad = 30;
 hubbigrad = 20;
 hublwidth = 3;
 hubstemwidth = 2;
@@ -222,6 +223,12 @@ module Hub(){ ////toplevel
     }
 }
 
+module ArmExtender(){ ////toplevel
+  DoveClipExtender(length=exteffrad-hubeffrad,
+                  ha=doveclipheight,
+                  hb=doveclipheight);
+}
+
 //ArmEnd();
 //FilamentCup();
 //CupSecuringClip();