From: Ian Jackson Date: Wed, 10 Feb 2016 01:43:37 +0000 (+0000) Subject: filamentspool: Put ArmEnd dove commitid in right place y X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=71a8d0fc3b8d2878271e20a355c53cabf8599935;ds=sidebyside filamentspool: Put ArmEnd dove commitid in right place y --- diff --git a/filamentspool.scad b/filamentspool.scad index 0a80d02..572487c 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -343,7 +343,7 @@ module ArmEnd(length=armend_length){ ////toplevel } } if (usedove()){ - translate([0,0, -armendbasethick]) + translate([0, -armendwallthick, -armendbasethick]) Commitid_BestCount_M([length/3, totalwidth]); } }