Add CAOS Organizer CNC project notes

This commit is contained in:
2026-03-23 11:41:05 +00:00
parent 0e9fd5b4d9
commit 4be12d11f0
2 changed files with 28 additions and 0 deletions

1
cnc/README.md Normal file
View File

@@ -0,0 +1 @@
# CNC Project\n\nDesigns and CAD work for CNC milling projects.\n

27
cnc/caos_organizer.md Normal file
View File

@@ -0,0 +1,27 @@
# 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/`