Skip to content

Instantly share code, notes, and snippets.

@chbeer
Created May 7, 2021 06:43
Show Gist options
  • Save chbeer/51fa3ecc86c870650d3740016dc4434a to your computer and use it in GitHub Desktop.
Save chbeer/51fa3ecc86c870650d3740016dc4434a to your computer and use it in GitHub Desktop.
KiCAD to JLCPCB SMD

Schema

  • Add "LCSC" Field in Schematic containing SMD Part Number "C...."
  • Generate BOM: Tools -> Generate Bill of Materials (any plugin will work)

PCB

  • Generate POS: File -> Fabrication Outputs -> Footprint Position (.pos) File’.
    • CSV format, mm unit, ‘single file for board’
  • Plot Gerbers: File -> Plot
    • All copper layers, front mask, back mask, front silk, back silk, Edge.Cuts
  • Generate drills

Script

Done

Sources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment