From e66923868c7a6dac09b29f057784035d28a15050 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 14 Aug 2012 19:04:01 +0000 Subject: [PATCH] 8317 cliptest, ArmEnd: adjustments to make fit --- th-8317/FilamentSpool.scad | 4 ++-- th-8317/cliptest.scad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/th-8317/FilamentSpool.scad b/th-8317/FilamentSpool.scad index e9d82da..cf6f8cf 100644 --- a/th-8317/FilamentSpool.scad +++ b/th-8317/FilamentSpool.scad @@ -67,8 +67,8 @@ module ArmEnd(length=60){ } difference(){ rotate(tighten()) slot([8,length-10,10.05], centerXYZ=[1,1,1]); - translate([0, 4,0]) cube([3,2,11],center=true); - translate([0,-4,0]) cube([3,2,11],center=true); + translate([0, 4,0]) cube([3,2.8,11],center=true); + translate([0,-4,0]) cube([3,2.8,11],center=true); } } } diff --git a/th-8317/cliptest.scad b/th-8317/cliptest.scad index b93b4e0..358dac5 100644 --- a/th-8317/cliptest.scad +++ b/th-8317/cliptest.scad @@ -1,6 +1,6 @@ include difference() { - ForkClip(filamentSize=1.75,slotSize=[6.5,10],armLength=57); + ForkClip(filamentSize=1.75,slotSize=[6.1,10],armLength=56); #translate([10,23,-10]) cube([50,80,50]); // translate([-47,0,0]) cube([150,50,50],center=true); }; -- 2.30.2