generated from CubeCraft-Creations/Tracehound
fix: make camera case cutouts visible
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
- `hardware/case/camera-node-case-v4-body.scad`
|
||||
- `hardware/case/camera-node-case-v4-lid.scad`
|
||||
- `hardware/case/camera-node-case-v4-preview.scad`
|
||||
- `hardware/case/camera-node-case-v4-front-review.scad`
|
||||
- `hardware/case/camera-node-case-v4-body.stl`
|
||||
- `hardware/case/camera-node-case-v4-lid.stl`
|
||||
- `hardware/case/camera-node-case-v4-preview.stl`
|
||||
- `hardware/case/camera-node-case-v4-front-review.stl`
|
||||
|
||||
**Design direction:**
|
||||
|
||||
@@ -31,6 +33,7 @@
|
||||
- single 3 mm RGB status LED replacing red/green status LEDs.
|
||||
- small rocker on/off switch.
|
||||
- two long rounded lower front slots styled after the reference.
|
||||
- Front-panel screen, LED, rocker, cable-relief, and lower-slot openings are actual through-cuts through the full lid and locating lip so the back side of the printed lid is not skinned over.
|
||||
- Body includes screw bosses, recessed lid pocket, lid locating geometry, bottom cable exit/strain-relief notch, and two rear horizontal external belt-loop strap channels to resist rotation on a stand.
|
||||
- Internal envelope is sized for known module dimensions plus service clearance:
|
||||
- ESP32-C3 Super Mini: 22.5 × 18 mm.
|
||||
@@ -83,9 +86,10 @@ BAT 87% LINK OK
|
||||
openscad -o /tmp/camera-node-case-v4-body.stl hardware/case/camera-node-case-v4-body.scad
|
||||
openscad -o /tmp/camera-node-case-v4-lid.stl hardware/case/camera-node-case-v4-lid.scad
|
||||
openscad -o /tmp/camera-node-case-v4-preview.stl hardware/case/camera-node-case-v4-preview.scad
|
||||
openscad -o /tmp/camera-node-case-v4-front-review.stl hardware/case/camera-node-case-v4-front-review.scad
|
||||
```
|
||||
|
||||
Latest validation: OpenSCAD reports `Simple: yes`; trimesh confirms body, lid, and preview STLs are watertight. Body and lid each export as a single connected printable component; preview includes separate non-print board guide volumes by design.
|
||||
Latest validation: OpenSCAD reports `Simple: yes`; trimesh confirms body, lid, preview, and front-review STLs are watertight. Body and lid each export as a single connected printable component; preview includes separate non-print board guide volumes by design.
|
||||
|
||||
Or with the main parametric selector:
|
||||
|
||||
@@ -93,6 +97,7 @@ Or with the main parametric selector:
|
||||
openscad -D 'part="body"' -o /tmp/camera-node-case-v4-body.stl hardware/case/camera-node-case-v4.scad
|
||||
openscad -D 'part="lid"' -o /tmp/camera-node-case-v4-lid.stl hardware/case/camera-node-case-v4.scad
|
||||
openscad -D 'part="preview"' -o /tmp/camera-node-case-v4-preview.stl hardware/case/camera-node-case-v4.scad
|
||||
openscad -D 'part="front_review"' -o /tmp/camera-node-case-v4-front-review.stl hardware/case/camera-node-case-v4.scad
|
||||
```
|
||||
|
||||
## Prior prototype reference
|
||||
|
||||
Reference in New Issue
Block a user