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.
This program moves objects from schematics, boards or libraries, so that their origins (or end points) are on a given grid. The grid size and the objects to snap can be set with a dialog box or the command line. Author: Andreas Weidner
This ULP converts schematics and boards to SVG 1.1 vectorgraphic files. Changes from 1.2: Fixed pads layer output Added dimensioning tool output for Eagle 6
Asks for the name of a net then tells its total length on the PCB and in how many segments. Good for matching bus nets, for differential signals and to keep I/O timing within spec.
DXFimport - v1.2 This version of dxfimport contains improved polyline import thanks to contributions from Holger Moessinger.
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.
Add schematic part attributes utility for use with bom-ex. Updated to work with Eagle v6.2 and v5.11.
The latest and greatest version of BOM-EX v1.45 with some minor enhancements and other fixes.
ULP Include file. Provides the ability to navigate JSON (JavaScript Object Notation) data structures and arrays. Example ULP included.