chiark / gitweb /
doveclip fix pin dimensions
[reprap-play.git] / filamentspool.scad
index 14009e116cc8fc02f1ff6d3c771ef288cbb9c76d..c2353fdbb7b79a8e8cfb89f12cb7a0e6b92b7dc4 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C -*-
 
 fdia=1.75;
 
@@ -14,6 +15,8 @@ ratchettoothslope=0.75;
 overlap=0.5;
 cupbigrad=35;
 
+doveclipheight = 10;
+
 teethh=3;
 teethgapx=4+fdia;
 
@@ -47,8 +50,6 @@ totalwidth = armendwallthick*2 + channelwidth;
 totalheight = channeldepth + armendbasethick;
 stalkwidth = prongwidth + prongstalkxwidth;
 
-doveclipheight = totalheight;
-
 module ArmEnd(length=120){
   translate([ratchettoothsmoothr, channelwidth/2, -armendbasethick]) {
     rotate([0,0,-90])
@@ -165,6 +166,10 @@ module CupSecuringClip(){
   }
 }
 
+module ArmDoveClipPin(){
+  DoveClipPin(h=doveclipheight);
+}
+
 //ArmEnd();
 //FilamentCup();
-CupSecuringClip();
+//CupSecuringClip();