Files
second-brain/cnc/caos_organizer.md

28 lines
729 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# CAOS Organizer
CNC parametric grid organizer for small parts.
## Parameters (from FreeCAD Spreadsheet)
| Variable | Value | Description |
|----------|-------|-------------|
| width_mm | 800 | Total width (mm) |
| height_mm | 600 | Total height (mm) |
| depth_mm | 200 | Total depth (mm) |
| n_w | 5 | Compartments in width |
| n_h | 3 | Compartments in height |
| cell_w | 160 | Cell width (mm) |
| cell_h | 200 | Cell height (mm) |
## Design
- Main grid: 5 cols × 3 rows = 15 primary compartments
- Bottom row: Each column subdivided into 3 sub-compartments
- Total sub-cells in bottom row: 15
- Material thickness: To be determined
## Files
- FreeCAD file: `caos_organizer.FCStd`
- Location: `/home/claudio/FreeCAD/`