README: document scripts

This commit is contained in:
2026-09-04 11:57:42 +02:00
parent 17962d6ff4
commit a20eb904a4
+19
View File
@@ -0,0 +1,19 @@
# 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
```