From: Ian Jackson Date: Mon, 2 Jan 2017 14:40:48 +0000 (+0000) Subject: 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=a650f332ffa97b047e9714bb41da7f51697201e8 sewing-table: InterlockEdge: make nlobes=2 constant --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 38638ac..740a786 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -157,7 +157,8 @@ 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);