A collection of 3D-printable models designed in OpenSCAD.
Note: This repository is a work in progress and will be populated with more projects over time
| Project | Description |
|---|---|
| mugtree | Modular, stackable mug tree — a vertical stand for hanging coffee mugs |
- OpenSCAD (2021.01 or later recommended)
- Open any
.scadfile in OpenSCAD - Press F5 to preview
- F6 to compile with smoothness
- Press F7 to export as STL
Some projects use a modular design with shared constants and reusable modules. To build a new configuration:
include <config.scad> // shared parameters
// ... define your layout and renderSee the individual project READMEs for detailed usage.
This project is licensed under the MIT License.