20 lines
346 B
Markdown
20 lines
346 B
Markdown
# plants_scad
|
|
|
|
OpenSCAD scripts for plant related 3D designs.
|
|
|
|
## 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
|
|
```
|