From: Ian Jackson Date: Sun, 1 Jan 2017 21:44:36 +0000 (+0000) Subject: sewing-table: introduce a concat (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=24ead745d913f621a3e320455cd06b9b2312f8af sewing-table: introduce a concat (nfc) --- diff --git a/sewing-table.scad.m4 b/sewing-table.scad.m4 index c84f359..83907c6 100644 --- a/sewing-table.scad.m4 +++ b/sewing-table.scad.m4 @@ -84,7 +84,7 @@ m4_define(`INREFFRAME',` m4_dnl INREFFRAME(left_post, right_post, morevars) m4_dnl INREFFRAME_EDGE { body; } m4_define(`INREFFRAME_EDGE',` - translate([-thehd[0], -thehd[1], -round_edge_rad]) + translate(concat(-thehd, [-round_edge_rad])) ') module RoundEdge(left_post, right_post) {