Eagle Tips
来自Jack's Lab
(版本间的差异)
(→Notes) |
(→Notes) |
||
| 第3行: | 第3行: | ||
* 力创的喷锡 PCB,2.54mm 的插针,钻孔必须为 0.9mm,0.7mm 的只能用在镀金板上!2.54mm间距的母座可用0.7mm的喷锡孔 | * 力创的喷锡 PCB,2.54mm 的插针,钻孔必须为 0.9mm,0.7mm 的只能用在镀金板上!2.54mm间距的母座可用0.7mm的喷锡孔 | ||
* 力创的丝印,最小最好为 22mil, Ratio 14% | * 力创的丝印,最小最好为 22mil, Ratio 14% | ||
| + | |||
| + | |||
| + | * Eagle Lib: 封装的 name 和 value 建议字符格式:vector, 50mil, 8% | ||
<br><br> | <br><br> | ||
2017年10月26日 (四) 00:41的版本
目录 |
1 Notes
- 力创的喷锡 PCB,2.54mm 的插针,钻孔必须为 0.9mm,0.7mm 的只能用在镀金板上!2.54mm间距的母座可用0.7mm的喷锡孔
- 力创的丝印,最小最好为 22mil, Ratio 14%
- Eagle Lib: 封装的 name 和 value 建议字符格式:vector, 50mil, 8%
2 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;
3 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
4 Export BOM from brd
Run the 204BRD2XLS.ULP to create the BOM list of the *.brd file
5 Export Silkscreen to PDF
Open *.brd file
5.1 Top
display none tNames Dimension print
5.2 Bottom
display none bNames Dimension print
6 Export mnt
run mountsmt.ulp