From: Ian Jackson Date: Mon, 2 Jan 2017 14:42:26 +0000 (+0000) Subject: Revert "sewing-table: InterlockEdge: make nlobes=2 constant" X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=7b8929b46bae7ca96169f1d597ac3ceaf5fa6921 Revert "sewing-table: InterlockEdge: make nlobes=2 constant" Actually, test objects want nlobes=1 This reverts commit a650f332ffa97b047e9714bb41da7f51697201e8. --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 740a786..38638ac 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -157,8 +157,7 @@ module InterlockLobe(this_cnr, right_cnr, negative=0) { InterlockLobeCore(negative); } -module InterlockEdge(left_cnr, right_cnr, negative=0) { - nlobes=2; +module InterlockEdge(left_cnr, right_cnr, negative=0, nlobes=2) { INREFFRAME(left_cnr, right_cnr) { for (lobei = [ 0 : nlobes-1 ]) { lobex = (length - thehd[0]*2) * lobei / (nlobes-1);