Open-Source Hardware Print Files
Download the current printable enclosure parts for the Plant Caravan ESP32-C3 dev platform.
What you actually print
Print one of each part:
enclosure_base.stlsensor_mount_lid.stlsensor_retainer_frame.stl
These are the only required printed parts for the current enclosure build.
STL downloads
| Part | Purpose | STL | SHA256 |
|---|---|---|---|
enclosure_base.stl | Bottom shell that holds the carrier board and routes the cable exits | Download | 1a01713dd68acd67a316fdc640e542a74d34e9b402ba41e2aececa00a89e8b21 |
sensor_mount_lid.stl | Top lid with cutouts for the environmental sensors | Download | 8ff2e47dd37016ddd02f8a82ead2f0c35ccf2208216932d25443cd03a59ce757 |
sensor_retainer_frame.stl | Retainer frame that traps the sensor boards under the lid | Download | 6804511bb6e1e9b441047599e246f829228331959065447c63fa03ac535d91ab |
Preview images
enclosure_base.stl
Rendered STL

Bottom shell that holds the carrier board and routes the cable exits.
sensor_mount_lid.stl
Rendered STL

Top lid with cutouts for the environmental sensors.
sensor_retainer_frame.stl
Rendered STL

Retainer frame that traps the sensor boards under the lid.
Not part of the print set
The CAD pipeline also emits assembly/reference meshes such as:
sensor_mount_lid_assembly.stlsensor_mount_lid_exploded.stlsensor_mount_lid_sandwich.stl
Those are useful for visualization and validation, but they are not the primary printable parts for the public assembly workflow.
Source of truth
- CAD source:
hardware/cad/ - Generated on
2026-04-30from thedocs/open-source-hardware-assemblybranch - Render workflow:
cd hardware/cad && nix develop --command ./bin/render enclosure_basecd hardware/cad && nix develop --command ./bin/render sensor_mount_lidcd hardware/cad && nix develop --command ./bin/render sensor_retainer_frame