chiark / gitweb /
filamentspool uses DoveClipPairBase
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 Sep 2012 19:17:34 +0000 (20:17 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 Sep 2012 19:17:34 +0000 (20:17 +0100)
filamentspool.scad

index a0ca9d9e2f54de1385c593a4ef663135e46b8fd0..7c2434e32b4ed5b369ff559810c9f9570880b1fd 100644 (file)
@@ -21,15 +21,9 @@ module ArmEnd(length=120){
   totalwidth = armendwallthick*2 + channelwidth;
   totalheight = channeldepth + armendbasethick;
 
-  basecube = 5;
-
-  translate([0, 3, -armendbasethick]) {
-    translate([-basecube+0.5, -7.5, 0])
-      cube([basecube, 15, totalheight]);
-
-    translate([-basecube+2,0,0])
-      rotate([0,0,-90])
-      DoveClipPair(h=totalheight);
+  translate([ratchettoothsmoothr, channelwidth/2, -armendbasethick]) {
+    rotate([0,0,-90])
+      DoveClipPairBase(h=totalheight);
   }
 
   for (dx = [0 : ratchetstep : length]) translate([dx,0,0]) {