Add CAOS Organizer CNC project notes
This commit is contained in:
1
cnc/README.md
Normal file
1
cnc/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# CNC Project\n\nDesigns and CAD work for CNC milling projects.\n
|
||||||
27
cnc/caos_organizer.md
Normal file
27
cnc/caos_organizer.md
Normal 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/`
|
||||||
Reference in New Issue
Block a user