List: discuss@lists.openscad.org
From: jschobben
Re: [OpenSCAD] recursion limit on concat()
Mon, Oct 14, 2019 9:16 PM
A hack-around can be to replace "? concat([pos],ps)" with "? assert(true)
concat([pos],ps)", or something similarly silly (and note that the "assert"
function is not present in the 2015 versions). Iteratively is probably the
way to go here :)
--
Sent from: http://forum.openscad.org/