From 107720cb22fa33d915836fde8cf74c24b952ba36 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 Jun 2017 17:52:22 +0100 Subject: [PATCH] sewing-table: break out teststrapslots_at (nfc) --- sewing-table.scad.m4 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 18ee9d8..bfb00e2 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -72,6 +72,12 @@ frontcurve_z_slop = 0.75; frontcurve_strt_len = 50; frontcurve_dualcurve_angle = 30; +teststrapslots_at = [ [ 110, 70 ], + [ 180, 90 ], + [ 110, -35 ], + [ 190, -80 ], + ]; + // calculated TEST = false; @@ -514,14 +520,9 @@ module Machine_Curves(){ ////toplevel } module TestStrapSlots(){ - at = [[ 110, 70 ], - [ 180, 90 ], - [ 110, -35 ], - [ 190, -80 ], - ]; pegwidth = 7.5; strap = [ 3, 5 ]; - for (pos = at) { + for (pos = teststrapslots_at) { echo("TSS",pos); translate(concat(pos,[0])) for (mx = [0,1]) mirror([mx,0,0]) { -- 2.30.2