首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何解决KiCad中的足迹丢失错误

如何解决KiCad中的足迹丢失错误
EN

Stack Overflow用户
提问于 2020-03-28 09:23:40
回答 1查看 3.5K关注 0票数 2

我是KiCad的新手。当我在PCB中创建一个netlist时。它显示了这个错误:

错误:没有为符号“R1”定义占用空间。错误:没有为符号“C1”定义占用空间。错误:由于缺少占用空间,无法添加新符号C1

错误:由于缺少占用空间,无法添加新符号R1。

帮我解决这个问题。

EN

回答 1

Stack Overflow用户

发布于 2020-04-01 21:19:22

这很奇怪,但是尝试手工添加官方电阻足迹库。我为你找到了这些:smd (表面贴装)和 (通孔)。下面是你对它们的处理方法:

代码语言:javascript
复制
    1) click and download those archives
    2) extract those files (i recommend you make 
    separate directory for footprint and schematic libraries). Upon 
    extracting you should end up with two .pretty files (.pretty stands 
    for footprint library)
    3) go to kicad
    4) go to pcbnew
    5) now to preferences->manage footprint libraries 
    (hope those navigation clues make sense for your os and version of kicad)
    6) scroll down and click + sign (add empty row to the table)
    7) now place your cursor in the newly appeared row and click the directory symbol 
    (add existing library to the table) file browser will open and you just select
    one of the .pretty files.
    8) repeat step 7 for the second .pretty file

现在,您的kicad现在配备了两个官方电阻足迹库,这是非常不可能的一些电阻足迹将丢失。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/60899344

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档