new design: parameterized box with clip in lid

This commit is contained in:
2026-09-22 17:37:48 +02:00
parent 07e8105cce
commit 67f0d26978
3 changed files with 296 additions and 4 deletions
+15 -4
View File
@@ -1,8 +1,10 @@
# plants_scad
# scripts_scad
OpenSCAD scripts for plant related 3D designs.
OpenSCAD scripts for 3D designs.
## flower_pot
## plant related
### flower_pot
Parameterized round flower pot and tray.
To generate the pot and tray STL files:
@@ -10,10 +12,19 @@ To generate the pot and tray STL files:
python flower_pot.py
```
## seedlings_tray
### 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
```