new design: parameterized box with clip in lid
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user