Eagle Tips

来自Jack's Lab
(版本间的差异)
跳转到: 导航, 搜索
(Export BOM from brd)
(Export Silkscreen to PDF)
第39行: 第39行:
  
 
Open *.brd file
 
Open *.brd file
 +
 +
=== Top ===
 +
 +
<pre>
 +
display none tNames Dimension
 +
print
 +
</pre>
 +
 +
<br>
 +
 +
=== Bottom ===
 +
 +
<pre>
 +
display none bNames Dimension
 +
print
 +
</pre>
 +
 +
<br>
  
 
<br><br><br><br>
 
<br><br><br><br>

2017年1月8日 (日) 20:16的版本

目录

1 Change Fonts

Two steps: First smash all the parts to make sure you can access the part names, then change the font and ratio.

To smash all the parts, try:

    display none tOrigin bOrigin;
    group all;
    smash (>0 0);
    display last;

To change the font and ratio, try:

    display none tNames bNames;
    group all;
    change font vector (>0 0);
    change ratio 15 (>0 0);
    display last;



2 Export wiki

Run the DP_Exporter.ulp to create Board and Schematic PNG, a HTML table and WIKI table format:

  • Load a board (You must be in the board screen, not in schematic to run the script)
  • From File->Run load up DP_Exporter.ulp



3 Export BOM from brd

Run the 204BRD2XLS.ULP to create the BOM list of the *.brd file



4 Export Silkscreen to PDF

Open *.brd file

4.1 Top

display none tNames Dimension
print


4.2 Bottom

display none bNames Dimension
print
































个人工具
名字空间

变换
操作
导航
工具箱