From 9a729232c2c654df2e1d9dc11b805eeb492b0ac2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 14 Aug 2012 20:52:38 +0100 Subject: [PATCH] 8317 ForkClip really adjust in right direction --- th-8317/Makefile | 2 +- th-8317/cliptest.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/th-8317/Makefile b/th-8317/Makefile index 781cf06..a7dbba9 100644 --- a/th-8317/Makefile +++ b/th-8317/Makefile @@ -7,7 +7,7 @@ stls: $(foreach f,$(OBJECTS),iwj-$f.stl) scads: $(foreach f,$(OBJECTS),iwj-$f.scad) -SETTINGS_ForkClip= filamentSize=1.75,slotSize=[6.1,10],armLength=56,forkSize=[50,60,5] +SETTINGS_ForkClip= filamentSize=1.75,slotSize=[6.9,10],armLength=56,forkSize=[50,60,5] SETTINGS_ExtensionArm= length=60 iwj-%.scad: diff --git a/th-8317/cliptest.scad b/th-8317/cliptest.scad index 358dac5..cfec84a 100644 --- a/th-8317/cliptest.scad +++ b/th-8317/cliptest.scad @@ -1,6 +1,6 @@ include difference() { - ForkClip(filamentSize=1.75,slotSize=[6.1,10],armLength=56); + ForkClip(filamentSize=1.75,slotSize=[6.9,10],armLength=56); #translate([10,23,-10]) cube([50,80,50]); // translate([-47,0,0]) cube([150,50,50],center=true); }; -- 2.30.2