From a20eb904a48cd6007c660dd5cdb09455c9063750 Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Fri, 4 Sep 2026 11:57:42 +0200 Subject: [PATCH] README: document scripts --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e69de29..152632d 100644 --- a/README.md +++ b/README.md @@ -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 +```