chiark / gitweb /
filamentspool: Hub commitid
[reprap-play.git] / filamentspool.scad
index 324fdd669ca35c60170aa0335ff5ac3f87e42852..4890fa2d96fa3978881c3bd337ccd29774e5e6df 100644 (file)
@@ -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);