forked from openpnp/openpnp
-
Notifications
You must be signed in to change notification settings - Fork 1
Importing Centroid Data
robermeyer edited this page Sep 5, 2015
·
4 revisions
See the sections below for information about importing boards from your preferred CAD software into OpenPnP.
- In EAGLE, run mountsmd.ulp, which is included in the EAGLE distribution.
- In OpenPnP, go to the menu at File -> Import Board -> EAGLE mountsmd.ulp.
- In OpenPnP, go to the menu at File -> Import Board -> KiCAD .pos.
-
Under Outjob configure Pick and Place Setup to use CSV and Text Formats. Use Metric units.
-
or While Viewing the PCB, use File->Assembly Outputs->Pick and Place Files and set Pick and Place Setup to use CSV and Text Formats. Use Metric units.
-
In OpenPnP, use File -> Import Board -> Named CSV.
OpenPnP includes a Named CSV importer (File -> Import -> Named CSV) which can import many types of CSV files. Coordinate data must be in Millimeters. Example:
"Designator","Footprint","Mid X","Mid Y","Ref X","Ref Y","Pad X","Pad Y","Layer","Rotation","Comment"
"C1","NICHICON_A","58.674mm","7.2263mm","58.674mm","7.239mm","58.674mm","8.7376mm","T","90.00","10uF"
"C3","CAP0603","54.102mm","8.255mm","54.102mm","8.255mm","54.102mm","9.1694mm","T","270.00","1uF"