pos2charmhigh/README.md

33 lines
825 B
Markdown
Raw Permalink Normal View History

2017-04-09 21:59:01 -04:00
# pos2charmhigh
Converts KiCAD .pos placement file to Charmhigh Pick and Place CSV
2017-04-12 00:00:43 -04:00
## Usage
2017-04-09 21:59:01 -04:00
```
pos2csv -i test/top.pos -f test/feeds.csv -o pnp.csv
```
### CLI
```
-i,
--input KiCAD .pos file
-o,
--output CSV file for the PnP
-f,
--feed Feed file from PnP
```
2017-04-12 00:00:43 -04:00
## Layout
2018-03-23 14:52:22 -04:00
Board Origin must be below and to the left of your circuit.
2017-04-12 00:00:43 -04:00
The Charmhigh cannot use negative numbers from the Origin.
Place a Fiducial footprint to mark the location on the F-Cu layer.
Use this mark to visually align the origin.
2017-04-09 21:59:01 -04:00
## Feed file
The feed file is generated by the Pick and Place. Go through the normal
setup process on the machine, saving the file to the SD card. Fetch the
2017-04-10 00:16:32 -04:00
project file from the card. This will maintain the rest of the file as is
while updating the section pertaining to placements.