X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=sewing-table.scad.m4;h=73fc015ff43aacc298a2892b086fb6646709277a;hb=7a04ce94eaa5e9c385ad6da9932a48fb19dff002;hp=bfb00e219c8a9a6137789337e08123cd3be8b9ee;hpb=107720cb22fa33d915836fde8cf74c24b952ba36;p=reprap-play.git diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index bfb00e2..73fc015 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -78,6 +78,8 @@ teststrapslots_at = [ [ 110, 70 ], [ 190, -80 ], ]; +teststrap_peg = [7.5, 3.5]; + // calculated TEST = false; @@ -520,7 +522,7 @@ module Machine_Curves(){ ////toplevel } module TestStrapSlots(){ - pegwidth = 7.5; + pegwidth = teststrap_peg[0]; strap = [ 3, 5 ]; for (pos = teststrapslots_at) { echo("TSS",pos);