diff --git a/cnc/README.md b/cnc/README.md new file mode 100644 index 0000000..b176908 --- /dev/null +++ b/cnc/README.md @@ -0,0 +1 @@ +# CNC Project\n\nDesigns and CAD work for CNC milling projects.\n diff --git a/cnc/caos_organizer.md b/cnc/caos_organizer.md new file mode 100644 index 0000000..f7795f6 --- /dev/null +++ b/cnc/caos_organizer.md @@ -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/`