From: Ian Jackson Date: Wed, 10 Feb 2016 01:24:20 +0000 (+0000) Subject: filamentspool: Hub commitid X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=070616ce63b92579cdb462818d478d90ffbaa994;p=reprap-play.git filamentspool: Hub commitid --- diff --git a/filamentspool.scad b/filamentspool.scad index 324fdd6..4890fa2 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -349,9 +349,14 @@ module ArmEnd(length=armend_length){ ////toplevel module FilamentCupHandle(){ pawlusewidth = ratchetpawl-ratchettoothsmoothr*2; mirror([0,1,0]) { - cube([stalklength, stalkwidth, prongthick]); - translate([stalklength, stalkwidth/2, 0]) - cylinder(r=stalkwidth/2, h=prongthick, $fn=20); + difference(){ + union(){ + cube([stalklength, stalkwidth, prongthick]); + translate([stalklength, stalkwidth/2, 0]) + cylinder(r=stalkwidth/2, h=prongthick, $fn=20); + } + Commitid_BestCount([stalklength, stalkwidth]); + } translate([ratchettoothsmoothr, stalkwidth, 0]) { minkowski(){ cylinder($fn=20,r=ratchettoothsmoothr, h=1);