From: Ian Jackson Date: Mon, 2 Jan 2017 14:48:30 +0000 (+0000) Subject: sewing-table: remove obsolete InterlockLobe (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=e55979cdb76a10f2a5bb94402d997df00253385d sewing-table: remove obsolete InterlockLobe (nfc) --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index 9382c39..9880e2b 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -152,11 +152,6 @@ module InterlockLobeCore(negative=0) { } } -module InterlockLobe(this_cnr, right_cnr, negative=0) { - INREFFRAME(this_cnr, right_cnr) - InterlockLobeCore(negative); -} - module InterlockEdge(left_cnr, right_cnr, negative=0, nlobes=2) { INREFFRAME(left_cnr, right_cnr) { for (lobei = [ 0 : nlobes-1 ]) {