From 79707f559fae378df10a0f2d01663c7f8481866f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 13 Dec 2015 22:45:45 +0000 Subject: [PATCH] filamentspool: Prep ArmEnd for nondove (nfc if dove) --- filamentspool.scad | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/filamentspool.scad b/filamentspool.scad index ca4d521..9efb91a 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -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(){ -- 2.30.2