chiark / gitweb /
filamentspool: ArmEnd nondove commitid
[reprap-play.git] / filamentspool.scad
index b640a854c6013ecf512e5004cf2d3775d65970b8..d1c6d30c0d9ea2ce44395791286eb0995832097e 100644 (file)
@@ -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]);
     }
   }