【工具】【电子设计】超屌的 fritzing 新建元件

fritzing 有多好,用了才知道,但是通常会遇到一个问题,他的元件库不一定够用,这时候就得自己做元件了,但是搜了一下网上没有相关的教程啊。

算了,去官网看英文吧。。

首先在最新版本不支持直接新建元件,

旧版本 http://pan.baidu.com/s/1CkxGU

新版本  http://fritzing.org/download/

然后官网的帮助见 http://fritzing.org/learning/tutorials/creating-custom-parts/


我来翻译一下

============================================原文及翻译=============================================

Many projects require the use of some very specific parts and as we cannot provide them all, we try to make it as easy as possible for you to create your own.

许多工程要求使用一些特定的器件,然而我们不能提供所有的器件,我们尽可能让你自己创建器件变得容易。
Be sure to check Fritzing's library before you start creating a new part from scratch. Often there would be a quicker way to get what you need, like using a generic part or by modifying an existing part. Follow one of the two ways:

创建新元件前确认检查一下库。通常情况下可以通过修改一个通用的已有元件更快的获得你需要的元件。按照以下中的某种方法:

  1. Using generic parts

    Standard parts like ICs, resistors, and pin headers can be defined easily by using Fritzing's generic parts. Learn more

  2. Creating custom parts using the Part Editor

    We released a new parts editor in version 0.7.9 of Fritzing, so these tutorials are currently out of date. The instructions about how to create graphics outside of Fritzing are still correct, but the specifics of how you use Fritzing's parts editor have completely changed! For more info see this blog post. Also see the more up-to-date contributed tutorials below!

  1.使用通用元件

    标准元件例如IC,电阻,和管脚接插件可以被F很容易的定义

  2.使用元件编辑器创建自定义元件

    我们在V0.7.9中发布了一个新的元件编辑器,所以那些手册现在都过时了。关于如何创建F的图形外框仍然正确,但是具体的如何使用元件编辑器完全变了!更多信息见blog post或者更新的投稿手册如下!

      元件编辑器

      提供元件图形

      定义元件规格

      定义元件连接

      测试&质量检查

      使用&分享

Excellent contributed tutorials

  1. Make your own Fritzing parts by SparkFun
  2. Making a part in Fritzing (0.8.7b) by Jacob Fenwick
  3. Building a simple Fritzing component with an SVG text editor by Bertrand LeRoy
  4. Create your own Fritzing components with Illustrator (& part 2) by tlaana (also Spanish version)
  5. Making a new SMD package for a generic IC by bootchk

Further very helpful documents:

    1. Fritzing's Graphic Standards - Use these standard colors, fonts and styles to make your part look good!
    2. Fritzing's Graphic Templates - Download templates that will help you design your part.
    3. Fritzing part file format (.fzp) - Detailed description of the internals of a part       

以上部分内容不做翻译

============================================原文及翻译=============================================

 旧版本新建元件

然后动手操作,元件--新建

弹出如图框,起个名称,然后加载各个部分的图片,各种参数都可以填一下,然后在接插件栏里添加连接点,把三幅图中位置都调整好。

然后保存即可

可以看到右侧库里边已经有了刚才新建的元件,拖出来就可以用了

新版本新建元件

version 0.7.9以后

How to start

新版本编辑元件必须找一个元件右键编辑,然后另存。所以必须找管脚数目相同的。

starting up

Six views

六种视图

Breadboard view, Schematic view, PCB view, Icon view, Metadata view, and Connectors view.

Loading new images

载入新图像,编辑元件状态下在面包板,原理图,和PCB窗口下可以分别载入相应的新图像,图像为.svg格式

图标视图下可以选原理图,面包板,PCB中任意作为其图像

Associating a connector with its SVG counterpart

关联一个连接器到SVG部件,SVG图像中每个管脚必须有一个独立的矢量图形,详情参见SVG图像编辑部分

在右侧connectors栏里可以新建一个管脚,然后在3种视图中把其位置调整好

新版本是从相同数目管脚器件开始制作,所以直接点击每个管脚的选择图像,然后在左侧图中去点击相应的管脚图形即可链接

pin1

使用滚轮键可以有3种选择模式,如下,用在多个管教对应同一连接时可以用

highlight1

highlight2

highlight3

终端点是连线的地方,终端点如下

assoc1

关联了2,3脚后

pin3

Adjusting terminal points

十字交叉是终端点,调整到你想要的连线点

schematic3

Known limitations

The following feature are due in phase two:

  • adding holes
  • mixing THT and SMD connectors–for now you must start with an SMD part to create a new SMD part, and start with a through-hole part to create a new through-hole part.
  • control over SVG element layering
  • direct manipulation of SVG elements
  • setting up parts with bendable legs.

目前是该软件的A阶段,上述为B阶段将有的

  增加孔

  混合插件和贴装连接器,目前如果是贴片你必须选择贴片元件开始制作

  控制SVG元素层,PCB文件中有很多的层,不同的东西放在不同的层,比如表面的白色文字就在丝印层,那层绿油就在阻焊层,等等

  直接操作SVG元素,现在版本不能对SVG文件操作

  用弯腿建立元件

SVG文件编辑

工具 inkscape

Inkscapehttps://inkscape.org/en/

详细要求在这 http://fritzing.org/learning/tutorials/creating-custom-parts/providing-part-graphics/

原文地址:https://www.cnblogs.com/tony-ning/p/5167732.html