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.
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 ULP simplifies the renaming of a net bringing the most commonly needed information together. Launched from a context menu for a net wire it provides easy access to: The first unused name in Eagle\'s default N$xx format The names of the nets already in use. The names of the visible pin names. connected to the net. Requires Eagle version 6.0.0 or later.
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!
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
normalize-text2.0.ulp Normalize text by layers, size, text width, ULP calculates ratios. Tested on Eagle 6.5 V2.0 adds: Field for user specification of layer scope. Saves user choices in a scratch file Seamless integration of metric and English units
Latest export/replace project libraries modified from Eagle 6.4.0 version. Highly useful for cleaning up parts from bogus library part designers!!
added options to renumber by a combination of X a Y directions in various percentages
Export netlist in PADS 2000 format. Initial release.
Hides airwires selected via the GROUP command during routing. Simply select the airwires to hide with the group command and run this ULP. Use \"RATS *\" at the command prompt to show all airwires.\r\nUploaded by Bob Starr from RTZ Audio
Autorote group that is selected in either schematic or board. Nets can be excluded in dialogue & saved in .ini file. A rip up script is automatically generated.\r\nUploaded by Jim Meech from Foster+Freeman Ltd.