Files

31 lines
510 B
Markdown

# scripts_scad
OpenSCAD scripts for 3D designs.
## plant related
### flower_pot
Parameterized round flower pot and tray.
To generate the pot and tray STL files:
```bash
python flower_pot.py
```
### seedlings_tray
Parameterized seedlings tray with pushable plates.
To generate the tray and plates STL files:
```bash
python seedling_tray.py
```
## other
### parametric_box
Parameterized rectangular box with a clip in lid.
To generate the box and lid STL file:
```bash
python parametric_box.py
```