chiark / gitweb /
filamentspool: Prep ArmEnd for nondove (nfc if dove)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 13 Dec 2015 22:45:45 +0000 (22:45 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 13 Dec 2015 22:45:51 +0000 (22:45 +0000)
filamentspool.scad

index ca4d52167475c4cf5089e289c493858a2e0d1cba..9efb91a6bef0b9623b5f34d4a9cba0ade8b791c8 100644 (file)
@@ -88,9 +88,11 @@ totalheight = channeldepth + armendbasethick;
 stalkwidth = prongwidth + prongstalkxwidth;
 
 module ArmEnd(length=120){ ////toplevel
-  translate([ratchettoothsmoothr, channelwidth/2, -armendbasethick]) {
-    rotate([0,0,-90])
-      DoveClipPairBase(h=doveclipheight);
+  if (usedove()) {
+    translate([ratchettoothsmoothr, channelwidth/2, -armendbasethick]) {
+      rotate([0,0,-90])
+       DoveClipPairBase(h=doveclipheight);
+    }
   }
 
   difference(){