From: Ian Jackson Date: Wed, 10 Feb 2016 01:23:55 +0000 (+0000) Subject: filamentspool: ArmEnd nondove commitid X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=d66c83a90d5552cad6773fff5b755f53aa4fd36d filamentspool: ArmEnd nondove commitid --- diff --git a/filamentspool.scad b/filamentspool.scad index b640a85..d1c6d30 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -284,6 +284,9 @@ module ArmEnd(length=armend_length){ ////toplevel -armendwallthick + totalwidth/2, -armendbasethick -1]) cylinder(r= nondove_armhole_hole/2, h=totalheight+2, $fn=10); + translate([-nondove_armbase, -armendwallthick, -armendbasethick]) + rotate([90,0,0]) + Commitid_BestCount([nondove_armbase, totalwidth]); } }