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:
創建新元件前確認檢查一下庫。通常情況下可以通過修改一個通用的已有元件更快的獲得你需要的元件。按照以下中的某種方法:
-
Using generic parts
Standard parts like ICs, resistors, and pin headers can be defined easily by using Fritzing's generic parts. Learn more
-
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
- Make your own Fritzing parts by SparkFun
- Making a part in Fritzing (0.8.7b) by Jacob Fenwick
- Building a simple Fritzing component with an SVG text editor by Bertrand LeRoy
- Create your own Fritzing components with Illustrator (& part 2) by tlaana (also Spanish version)
- Making a new SMD package for a generic IC by bootchk
Further very helpful documents:
- Fritzing's Graphic Standards - Use these standard colors, fonts and styles to make your part look good!
- Fritzing's Graphic Templates - Download templates that will help you design your part.
- Fritzing part file format (.fzp) - Detailed description of the internals of a part
以上部分內容不做翻譯
============================================原文及翻譯=============================================
舊版本新建元件
然后動手操作,元件--新建
彈出如圖框,起個名稱,然后加載各個部分的圖片,各種參數都可以填一下,然后在接插件欄里添加連接點,把三幅圖中位置都調整好。
然后保存即可
可以看到右側庫里邊已經有了剛才新建的元件,拖出來就可以用了
新版本新建元件
version 0.7.9以后
How to start
新版本編輯元件必須找一個元件右鍵編輯,然后另存。所以必須找管腳數目相同的。
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種視圖中把其位置調整好
新版本是從相同數目管腳器件開始制作,所以直接點擊每個管腳的選擇圖像,然后在左側圖中去點擊相應的管腳圖形即可鏈接
使用滾輪鍵可以有3種選擇模式,如下,用在多個管教對應同一連接時可以用
終端點是連線的地方,終端點如下
關聯了2,3腳后
Adjusting terminal points
十字交叉是終端點,調整到你想要的連線點
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
https://inkscape.org/en/
詳細要求在這 http://fritzing.org/learning/tutorials/creating-custom-parts/providing-part-graphics/