You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ The library uses independent part modules, including the requested bearing famil
73
73
| Servo linkages | Single, double, cross, six-arm and disc horns; clamping arms; servo spline gears; pushrod, female/male threaded and cable clevis ends |
74
74
| Pistons & rods | Compressor/engine hollow pistons and pneumatic disks; separate rings, seals and wrist pins; rods with bushings, bearing shells and removable big-end caps |
75
75
| Enclosures & structural | Open enclosure, L bracket and round spacer |
76
+
| Aluminium profiles | EU 1020/1030/1040/1050, 2020, 2040, GB1020H and 40 × 15 sections, with open slots, through bores and editable cut length |
76
77
77
78
Standard fastener selection starts with the available catalog thread and length sizes. **Custom dimensions** exposes thread pitch, handedness, coverage, start offset from the tip, length and smooth shoulder diameter. Choose a modeled helical thread, a smooth thread envelope or no thread. Countersunk nominal length includes the head; other headed fasteners use length under the head. Irrelevant fields disappear when a variant changes. Switching head or point type initializes sensible editable dimensions.
78
79
@@ -100,6 +101,8 @@ The servo linkage extension adds 28 horn references, 16 servo gear presets (13 a
100
101
101
102
Find **Piston** and **Connecting rod** under **MOTION → PISTONS & CONNECTING RODS**. Piston catalog presets include all eight supplied nominal sizes: 42, 47, 48, 51, 65, 70, 80 and 90 mm. Other dimensions, pneumatic configurations and connecting-rod presets are editable prototype examples. Both packages support assembled, exploded and body-only states, with movable FreeCAD components. See [piston and connecting-rod coverage](docs/piston-linkages.md) for reference evidence, editing and verification.
102
103
104
+
Find **Aluminium extrusion / T-slot profile** under **STRUCTURAL → ALUMINIUM PROFILES**. Eight supplied sections have 48 presets; the four low EU profiles include all listed lengths from 50 to 550 mm. Other lengths and undimensioned internals remain editable prototype settings. See [aluminium profile coverage and cross sections](docs/aluminium-profiles.md).
105
+
103
106
The [native validation report](data/reference-expansion-native-validation.json) records FreeCAD solid checks, STEP round trips, sampled clearances and preview comparisons for the reference expansion. Repeatable ball-screw checks are documented in the [validation guide](docs/ball-screw-catalog.md#repeating-native-validation).
104
107
105
108
The [assembly export guide](docs/freecad-assemblies.md) explains component editing and the guided ball screw axis. Its [native audit](data/freecad-assembly-validation.json) covers 39 complete macros, independent component movement, STEP/FCStd reload and rollback cleanup.
Open **STRUCTURAL → ALUMINIUM PROFILES → Aluminium extrusion / T-slot profile**. Select a **Profile section**, then a **Cut length**. **Custom dimensions** exposes the cut length, slot dimensions, bore sizes and internal cavity settings. Changing the section resets its cross-section dimensions while retaining the current length. **Top** camera view looks down the extrusion axis to inspect the cross section.
| EU 1020 | 20 × 10 mm | One top T-slot | Two bores, Ø4.2 | Eleven lengths, 50–550 mm |
10
+
| EU 1030 | 29.8 × 9.9 mm | One top T-slot, two side slots | None | Eleven lengths, 50–550 mm |
11
+
| EU 1040 | 40 × 10 mm | Two top T-slots | Two bores, Ø3.2, and a centre cavity | Eleven lengths, 50–550 mm |
12
+
| EU 1050 | 50 × 10 mm | Two top T-slots, two side slots | One bore, Ø4.3 | Eleven lengths, 50–550 mm |
13
+
| 2020 | 20 × 20 mm | Four face slots | One bore, Ø5 | Reference section; 100 mm prototype length |
14
+
| 2040 | 40 × 20 mm | Six face slots | Two bores, Ø5, and a centre cavity | Reference section; 100 mm prototype length |
15
+
| GB1020H | 20 × 10 mm | Two side slots | One bore, Ø3.2 | Reference section; 100 mm prototype length |
16
+
| EU 40 × 15 | 40 × 15 mm | One top T-slot, two side slots | Two bores, Ø4.4 | Reference section; 100 mm prototype length |
17
+
18
+
The 48 presets retain the ten supplied reference images. Only the four low EU sections have listed cut lengths, at 50 mm increments. The other section presets deliberately exclude their initial length from verified catalog dimensions. GB1020H keeps the printed width and side-opening tolerances. The three supplied mass-per-metre values remain source specifications and do not change the model's dimensions.
19
+
20
+
Unspecified cavity widths, bore positions, small radii and internal reliefs are editable prototype geometry. The EU1050 step uses both printed opening widths, 6.2 and 7.2 mm; its step height is illustrative. The 2040 slot depth is derived to preserve the annotated 1.5 mm diagonal web. The 40 × 15 drawing does not print a model code; `eu1540` is only the package's internal identifier. Alloy, temper and material strength are not inferred from the photographs.
21
+
22
+
The entire implementation is in `src/parts/aluminium-profile`. It can be exported and handed off independently with `npm run parts:export -- aluminium-profile <output-folder>`. Geometry and FreeCAD export share one cross-section definition; the macro creates one solid because each extrusion is a single physical component.
23
+
24
+
## Verification
25
+
26
+
`node --import tsx --test tests/aluminium-profile.test.ts` checks source coverage, complete configurations, closed outward meshes, through openings, real undercuts, length scaling, section changes and invalid cavity intersections.
Use a FreeCAD-capable Python on other platforms. Local FreeCAD 1.0.2 passed all eight sections: valid closed single solids, nominal bounds, preview/native volume, more than 500 cross-section probes per section, through-length continuity and STEP round trips. Results are recorded in `data/aluminium-profile-native-validation.json`. These native checks do not run in GitHub Pages CI.
0 commit comments