From 96af410fa482a2ffeed3f9b750d8b7c587a2d75a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 10 Feb 2016 01:24:10 +0000 Subject: [PATCH] filamentspool: ArmEnd dove commitid, needs adjusting for teeth --- filamentspool.scad | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/filamentspool.scad b/filamentspool.scad index d1c6d30..324fdd6 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -326,6 +326,11 @@ module ArmEnd(length=armend_length){ ////toplevel cube([length+1 - ratchettooth, channelwidth, channeldepth+1]); translate([-1, 0, ratchettoothheight]) cube([length+2, channelwidth, channeldepth+1]); + + if (usedove()){ + translate([0,0, -armendbasethick]) + Commitid_BestCount_M([length/3, totalwidth]); + } } for (dx = [0 : ratchetstep : length - ratchetstep]) translate([dx,0,0]) { translate([ratchettoothsmoothr+0.5, armendwallthick/2, 0]) minkowski(){ -- 2.30.2