Comments: Importing Custom Images into Eagle

Pages

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • If you get the error "Package contains a polygon that may cause extremely large plot data. Continue?" it can be fixed by modifying the trace widths in eagle, or you can manually editing the .lbr file and increasing the width of the polygons from 0 to 0.01. Change polygon width="0" to polygon width="0.01".

    <package name="MYLOGO-SMALL">
    <polygon width="0.01" layer="21">
    <vertex x="-3.429" y="0.949146875"/>
    <vertex x="-3.429" y="-0.949146875"/>
    ...
    

    Be sure to go through each polygon in the package and make this change. Find and replace in something like Programmer's Notepad is very helpful.

  • Member #578995 / about 7 years ago / 1

    I followed all of the steps outlined here and was able to place my company's logo on our newest PCB. Very well put together tutorial; all of the steps were clear and the process was logical and achieved the desired result. Thank you!


If you've found an issue with this tutorial content, please send us your feedback!