Skip to content

Commit b37953c

Browse files
committed
Add README
1 parent 13b76bc commit b37953c

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
This repository contains a fully-parametric FreeCAD model for 2.54 mm (0.1 in) pitch stackable pin headers, as commonly used with Arduino Shield boards, Teensy, Raspberry Pi Pico, Feather, etc.
2+
3+
The parametric model can be used to generate 3D models of headers of various pin counts for use with PCB EDA/CAD software.
4+
5+
Ready-to-use pre-exported models in STEP format for a variety of pin counts can be found in the GitHub repository Releases.
6+
7+
![Example 10-pin Header](example.png)
8+
9+
The parameters of the model can be altered by editing values in the Spreadsheet contained within the FreeCAD tree. The primary parameter that you will probably want to alter will be the *Number of Pins* parameter.
10+
11+
Other modifiable parameters are:
12+
13+
* Pin Pitch
14+
* Housing Height
15+
* Housing Depth
16+
* Hole Size
17+
* Pin Width
18+
* Pin Thickness
19+
* Pin Length
20+
21+
All dimensional parameters are specified in millimetres (mm). Also note that some values of certain parameters may not result in a sensible model! For instance, the model has not been tested with a pin itch of anything other than 2.54 mm. Other parameters in the sheet are simply for calculation of other dimensions based on the figures above and should not be modified.
22+
23+
# How to Export in STEP Format
24+
25+
1. Open the Spreadsheet from the FreeCAD model tree. Modify the *Number of Pins* parameter value appropriately for your needs.
26+
2. Select the top-level *Part* entry in the tree (otherwise, FreeCAD will complain that you need to "Select the objects to export before choosing Export").
27+
3. Select the *Export* command from the *File* menu.
28+
4. Choose *STEP with colors* file type, enter a filename, and click *Save*.
29+
5. Alter the STEP export settings if necessary, then click *OK*.
30+
31+
# Licence
32+
33+
This work is licenced under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) licence. See https://creativecommons.org/licenses/by-sa/4.0/ for details.

example.png

9.34 KB
Loading

0 commit comments

Comments
 (0)