/
Preparing Pick and Place File

Preparing Pick and Place File

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

 

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

image-20240201-055426.png

Everything until the header line can be deleted:

image-20240201-055433.png

Delete all quotations from the header line:

image-20240201-055442.png

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

image-20240201-055449.png

 

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

image-20240201-055454.png

 

 

Related content