Translates KiCAD .pos files to Charmhigh CSV
Go to file
Morgan Allen 7d1e0a7385 typo 2018-03-23 11:52:22 -07:00
bin minimal 2017-04-09 18:59:01 -07:00
test precess entire file from pnp format and back 2017-04-09 21:14:50 -07:00
README.md typo 2018-03-23 11:52:22 -07:00
index.js fixed encoding, rotation, other stuff 2017-04-11 20:57:37 -07:00
package.json bump 1.4.0 2017-04-11 21:00:52 -07:00

README.md

pos2charmhigh

Converts KiCAD .pos placement file to Charmhigh Pick and Place CSV

Usage

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

Layout

Board Origin must be below and to the left of your circuit. 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.

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 project file from the card. This will maintain the rest of the file as is while updating the section pertaining to placements.