From 070616ce63b92579cdb462818d478d90ffbaa994 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 10 Feb 2016 01:24:20 +0000 Subject: [PATCH] filamentspool: Hub commitid --- filamentspool.scad | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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); -- 2.30.2