This repository has been archived on 2023-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
2019-05-31 14:59:48 +08:00
2019-05-31 14:59:48 +08:00
2019-05-31 14:59:48 +08:00
2019-05-31 14:59:48 +08:00
2019-05-31 14:59:48 +08:00
2019-05-31 14:59:48 +08:00
2019-05-31 14:59:48 +08:00

#Altium2KiCad

  • 用法
    • unpack 解包,将各个.pcbdoc .schdoc文件解决包
    • sch2ki 转换原理图
    • pcb2ki 转换PCB
alias pcb2ki='perl /altium2kicad/convertpcb.pl' 
alias sch2ki='perl /altium2kicad/convertschema.pl' 
alias unpack='perl /altium2kicad/unpack.pl' 
Description
Altium2kicad 的docker版
Readme 25 KiB
Languages
Dockerfile 96%
Shell 4%