From d32ed1e9c04bacad0ff0211d5450100509ef3092 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Sat, 18 Jan 2014 11:25:22 +0100 Subject: [PATCH] fixes for customizer --- Frame_vertex_huxley/vertex_foot.scad | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Frame_vertex_huxley/vertex_foot.scad b/Frame_vertex_huxley/vertex_foot.scad index 75a80c2..c1fe4c7 100644 --- a/Frame_vertex_huxley/vertex_foot.scad +++ b/Frame_vertex_huxley/vertex_foot.scad @@ -23,7 +23,10 @@ thickness = 14; // distance between tear and hole teardist = 2; // 80 for pretty curves; 16 for quick ones -FN=80; +FN=80*1; + +// distance between the original holes (you may not want to change this) +distance = 38; zaxisliftrod = sqrt(pow(siderodlength,2) - pow((baserodlength/2),2)); @@ -44,7 +47,6 @@ toprodangle = asin( (baserodlength/2) / siderodlength ) ; bottomrodangle = acos((baserodlength/2) / siderodlength ) ; //echo ("Bottom rod angle: ", bottomrodangle); -distance = 38; // distance between the original holes // http://www.hhofstede.nl/modules/soscastoa.htm