chiark / gitweb /
8317 ForkClip bigger cones again
[dl-things.git] / th-8317 / cliptest.scad
index cfec84adba6af0c15604b37e48ad618806f775c5..465bde88e1ea9d41de0e4244f03011d882b96ea5 100644 (file)
@@ -1,6 +1,6 @@
 include <FilamentSpool.scad>
 difference() {
-       ForkClip(filamentSize=1.75,slotSize=[6.9,10],armLength=56);
+       ForkClip(filamentSize=1.75,slotSize=[8,10],armLength=56);
        #translate([10,23,-10]) cube([50,80,50]);
 //     translate([-47,0,0]) cube([150,50,50],center=true);
 };