From: Ian Jackson Date: Sun, 13 Dec 2015 22:45:45 +0000 (+0000) Subject: filamentspool: Prep ArmEnd for nondove (nfc if dove) X-Git-Tag: filamentspool-v2-release~115 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=79707f559fae378df10a0f2d01663c7f8481866f filamentspool: Prep ArmEnd for nondove (nfc if dove) --- 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(){