Privacy settings | Privacy/Cookies | About our Ads | Legal Notices & Trademarks | Report Noncompliance | Site map | © 2018 Autodesk Inc. All rights reserved
Customize your EAGLE software with community-created programs.
EAGLE GRABBER README ------------------------------------------------------------- name: create_standard_attributes2.ulp arguments: none notes: This creates the standard attributes used with the other ULPs in this pack. ------------------------------------------------------------- name: update_from_link.ulp arguments: none notes: This will download the html page specified in the link attribute and set the other attributes. By defualt this only works with Digikey, although it is not difficult to extend to other sites. The html page is save in the project folder so repeated call do not redownload. -------------------------------------------------------------- name: clone2.ulp arguments: Part name to clone (e.g \"U1\") notes: This copies attributes from the specified part to other part with matching values and matching footprint. WARNING: In rare cases this can overwrite good data! -------------------------------------------------------------- name: ebom2.ulp arguments: none notes: Creates an html file with all of the part attribute data. -------------------------------------------------------------- Credit to Eli Hughes for creating the first version, from which these tools are based. Enjoy!
I\'ve modified Alex Galakhov\'s export-protelpcb.ulp,and fixed some bugs in dealing of layers. Note that values of any part exlude string like \"1%\".
copypaste allows you to copy a schematic and a corresponding board without loosing the placement of the elements on the board. You can copy a schematic and board from a newer version of EAGLE to an older version of EAGLE. The copy ULP creates one script for the schematic and one for the board that creates and places all elements of the source. These scripts are stored as clipboard_schematic.scr and clipboard_board.scr. The paste ULP combines the clipboard scripts, renames the elements with conflicting names, and stores the result as paste.scr. The paste script is then executed. This is version 3 of copypaste. It fixes one bug of the previous version 2: It copies the value of a part if the user overwrote a non-user-definable value.
DXFimport - v1.2 This version of dxfimport contains improved polyline import thanks to contributions from Holger Moessinger.
Latest version of via/pad teardrops fixed to work with Eagle v6 (thanks to Walter Muewa). The version also works on v5 as well. The teardrop pads feature has been modified to improve the pad teardrop fill.\r\nUploaded by Bob Starr from RTZ Audio
Attbom.ulp generates a text + html BOM,with many attributes, for import into the Attribute BOM.xls spreadsheet. The spreadsheet includes functions to generate a back annotations script which can be used to apply attributes to the schematic. Edditing of attributes is far easier in a spreadsheet than with the Eagle attribute editor. A fully attributed example schematic & spreadsheet parts list is included. Spreadsheet includes by part & by value views.\r\nUploaded by Jim Meech from Home User
Generates a netlist in Protel Standard format (similar to Tango)\r\nUploaded by Hans Lederer from Ingenieurbuero Lederer
I have improved the drill-aid.ulp with a checkbox, which allows you to delete all existing elements automatically from the centerDrill layer before adding the new circles.\r\nUploaded by Mį rton Miklós from University of Debrecen
The lastest version of BOM-EX which now includes filtering options in the pick part dialog. This makes it easier to find parts in the database when assigning a part number to a part.