Today
- Changed the way to store parameter in JSON.
{ "SET":{ "firstSet": { "Numbers":1, "Strings":"baz" }, "SecondSet": { "Numbers":3, "Strings":"bar" } } }
- Migrated from QT to BOOST for JSON parsing
- Now you can apply Parameter Set through cmd line argument
openscad -o model-2.stl -p parameters.json -P model-2 model.scad