EAGLE cad helpers for JLCPCB (https://jlcpcb.com) production and assembly services
Rules and scripts have been tested under EAGLE cad 9.5.
They're provided AS IS, with no warranty. Any feedback is greatly appreciated and can be provided via issue tickets.
Copy each file in their respective folders (USER_HOME/Documents/EAGLE/).
The details of these CAM jobs are convered in article How to Generate Gerber and Drill Files in Autodesk Eagle, so they must be used together.
The jobs follow the naming guidelines defined here: https://support.jlcpcb.com/article/29-suggested-naming-patterns
They also include tCream/bCream solderpaste layers that could be used for the stencil service.
- cam/jlcpcb_2_layer_v9.cam : For 2-layer boards
- cam/jlcpcb_4_layer_v9.cam : For 4-layer boards
- cam/jlcpcb_6_layer_v9.cam : For 6-layer boards
- cam/jlcpcb_2_layer_v72.cam : For 2-layer boards
- cam/jlcpcb_4_layer_v72.cam : For 4-layer boards
- cam/jlcpcb_6_layer_v72.cam : For 6-layer boards
For Eagle 5, 6 and 7.1
- cam/jlcpcb_2_layer_v6.cam : For 2-layer boards
- cam/jlcpcb_4_layer_v6.cam : For 4-layer boards
- cam/jlcpcb_6_layer_v6.cam : For 6-layer boards
- design rules/jlcpcb-2layers.dru: 2-layers version, 35u copper, 1.6mm board thickness
Mainly based on EAGLE's standard design rules, it adds the declared JLCPCB's capabilities listed here: https://jlcpcb.com/capabilities/Capabilities
Note: annular ring for pads aren't minimal, in order to allow proper solderability of TH components
- BOM: Bill of Materials
- CPL: Component Placement List (i.e. Pick and Place file)
The smta exporter ULP can be used to quicken the process of creating the required files for the SMT assembly service.
- ulps/jlcpcb_smta_exporter.ulp: For Eagle 9
- ulps/jlcpcb_smta_exporter_v7.ulp: Tested in Eagle 7.7.0
Observe the following:
- it must be executed from the board editor
- it asks for the layer to process (either top or bottom), this must be consistent with the ordering process
- it asks for a directory where to export the two files
- the two files will be named
<boardname>_<side>_bom.csv
and<boardname>_<side>_cpl.csv
- components rotations are sketchy and must be visually checked on the online gerber viewer once uploaded the files
The ULP can extract LCSC part ordering numbers from the packages attributes. The attribute must be named LCSC_PART and it should contain the order code found in the parts library https://jlcpcb.com/parts (eg: C25804).