Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请增加一个简单的操作说明,现在操作说明看起来真是云里雾里的,对新手很不友好 #3

Open
yangjuncode opened this issue Jun 19, 2019 · 1 comment

Comments

@yangjuncode
Copy link

从ad中操作导出开始,一个流程走下来就好了.

@yangjuncode
Copy link
Author

yangjuncode commented Oct 17, 2019

下面是从网上看的操作方法:
(https://www.amobbs.com/thread-5720175-1-1.html)

更新一下AD符号库转KICAD符号库的方法

【】安装luaforwindows https://github.com/rjpcomputing/luaforwindows/releases
lua升级到最新版(解压后复制到lua安装目录,比如我的是WIN10 C:\Program Files (x86)\Lua\5.1 或WIN7 C:\Program Files\Lua\5.1):
*解压出的文件把这三个执行文件的版本号去掉了再复制进去:lua53.exe luac53.exe wlua53.exe -> lua.exe luac.exe wlua.exe

【】下载pcad2kicad https://github.com/xtoolbox/pcad2kicad
将pcad2kicad复制到luaforwindows安装目录下的lua目录,比如我在WIN7上的C:\Program Files\Lua\5.1\lua
** pcad2kicad作者提示要安装7zip, 但luaforwindow本身会自带7zip, 如果不成功,可能要安装一下7zip(因为我的系统本来就有装7zip, 所以没有测试无7zip的情况)

【】同时将pcad2kicad解压一份到c:\目录,将要转换的文档放到这个目录,并打开cmd执行:

cd c:\pcad2kicad
lua ad2kicad.lua xxxx.SchLib 【c:\pcad2kicad>lua ad2kicad.lua xxxx.SchLib】

成功的话会生成xxxx.lib

如果KICAD加载的时候提示错误,可以查看一下是哪一个元件出现错误,在AD将它删除后再转换过来就可以了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant