Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order for JLC to accept pick and place files from Altium, some changes need to be made from the default. The following was taken from this Phil's Lab video

Widget Connector
urlhttps://www.youtube.com/watch?v=PMEpQZ90f34


Inside of the generated Pick and Place CSV (opened with your editor of choice, I will be using Notepad++), the following is generated:

Image Added


Everything until the header line can be deleted:

Image Added


The headers "Center-X(mm)" and "Center-Y(mm)" must be replaced with "Mid X" and "Mid Y" respectively:

Image Added


And then Find and Replace all "Top Layer" with "Top":

Image Added