Skip to content

EAGLE cad helpers for JLCPCB production and assembly services

License

Notifications You must be signed in to change notification settings

JLCPCB/jlcpcb-eagle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jlcpcb-eagle

EAGLE cad helpers for JLCPCB (https://jlcpcb.com) production and assembly services

General info

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.

Installation

Copy each file in their respective folders (USER_HOME/Documents/EAGLE/).

CAM jobs

The details of these CAM jobs are covered 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.

Eagle 8.6.0 to 9.6.2

  • 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

Eagle 7.2 to 8.5.2

  • 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

Eagle 7.1 and Lower

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

  • 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

ULPs

BOM/CPL Exporter

  • 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.

Files

  • ulps/jlcpcb_smta_exporter.ulp: For Eagle 9
  • ulps/jlcpcb_smta_exporter_v7.ulp: Tested in Eagle 7.7.0

Usage

Observe the following:

  1. it must be executed from the board editor
  2. it asks for the layer to process (either top or bottom), this must be consistent with the ordering process
  3. it asks for a directory where to export the two files
  4. the two files will be named <boardname>_<side>_bom.csv and <boardname>_<side>_cpl.csv
  5. 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 or LCSC and it should contain the order code found in the parts library https://jlcpcb.com/parts (eg: C25804).

The ULP can also manually rotate the angle in the CPL output file. The attribute must be named JLC_ROTATION or JLC_ROT. For example, if a part's angle in set to 90 and it's attribute JLC_ROTATION is set to 180, the angle in the final CPL file will be set to 270.

About

EAGLE cad helpers for JLCPCB production and assembly services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published