• Stars
    star
    105
  • Rank 326,574 (Top 7 %)
  • Language
    Lua
  • License
    MIT License
  • Created about 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Convert Altium Designer and PCAD library to KiCad

PCAD/AD库文件转换KiCad工具

Convert PCAD/AD library to Kicad

特点:

  1. Altium Designer的二进制原理图库转换成KiCad格式

  2. PCAD的ASCII原理图库转换成KiCad格式

  3. PCAD的ASCII封装图库转换成KiCad格式

Feature:

  1. Altium Designer binary schlib to KiCad symbol library

  2. PCAD ASCII symbol library to KiCad symbol library

  3. PCAD ASCII footprint library to KiCad footprint library

ad2kicad

require 7z and lua 5.3

Signle mode:

lua ad2kicad.lua <inName> [outName] [fpLib]

Batch mode:

lua ad2kicad.lua --batch <inPath> [outPath] [fpLib] [prefix] [O1=N1[ O2=N2...]]

pcad2kicad

require lua 5.3

Signle mode:

lua pcad2kicad.lua <inName> [outName] [outPath] [fpLib]

Batch mode:

lua pcad2kicad.lua --batch <inPath> [outPath] [fpLib] [prefix] [O1=N1[ O2=N2...]]