Just an OpenSCAD optimizer parameter parser
Go to file
Rodolphe Houdas 14361c7d80 📝 Add basic instructions 2021-08-16 23:33:37 +01:00
bin 🎉 First commit 2021-08-16 23:28:31 +01:00
data 🎉 First commit 2021-08-16 23:28:31 +01:00
src/openscad_pycustomizer 🎉 First commit 2021-08-16 23:28:31 +01:00
.gitignore 🎉 First commit 2021-08-16 23:28:31 +01:00
README.md 📝 Add basic instructions 2021-08-16 23:33:37 +01:00
pyproject.toml 🎉 First commit 2021-08-16 23:28:31 +01:00
setup.cfg 🎉 First commit 2021-08-16 23:28:31 +01:00

README.md

OpenSCAD-pyOptimizer

Parse optimizer parameters from SCAD files.

Using the library

Pull the repository and install the plugin with pip:

git clone https://forge.lunai.re/rodolphe/openscad-pyoptimizer
cd openscad-pyoptimizer
pip install -e .

You can then use the customizer.py to read an OpenSCAD file and display the parameters in JSON format.