I have a chain of echo calls in my OpenSCAD model that generates some sort of Bill of Materials(BOM) that I would like to capture using command line.
Let's assume the model is valid and the syntax is correct. I would like to call it and get output rather than launching GUI.
How to do it?
OS is Linux
OpenSCAD version 2021.01
I think I've found a workaround:
Output:
Related OpenSCAD Github issue