openscad-pyoptimizer/README.md

15 lines
366 B
Markdown
Raw Permalink Normal View History

2021-08-17 00:33:37 +02:00
# OpenSCAD-pyOptimizer
Parse optimizer parameters from SCAD files.
## Using the library
Pull the repository and install the plugin with pip:
```bash
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.