Yahya Tawil posted a detailed how-to on writing ULP’s for Eagle CAD: In this tutorial, you will learn how to write your first ULP in Eagle CAD to add a new capability to your CAD tool. User Language Program (ULP) is a set of extensions for Eagle CAD users to either facilitate a routine job […]
Tag Archives: ULP
EAGLE BOM generation script
Dilshan Jayakody writes: This is a quick post about EAGLE parts list generation script which I was written to replace existing “part2html.ulp”. This script generates more organized and detailed BOM HTML file and it can directly replace “part2html.ulp”. This script is tested with EAGLE 6.6.0, but it can also work with older versions of EAGLE […]
Eagle ULP: Create drill line array
Eagle ULP: Create drill line array This ULP is quite creative and simple to use. Draw a 0 with wire on the milling layer. Run the ULP, the dialog box selection will provide options to either draw an array of holes or vias. Parameters such as Diameter, signal name amount of holes and distance can […]
Importing SVG images as polygons Into Eagle
Here’s an SVG image to Eagle polygon importer called svg2poly. It seems like an excellent alternative to the BMP importing plugin we’ve been using to make cool silkscreen artwork for our boards. Surprisingly often, I find myself wanting to import vector images into eagle, and have them appear as polygons – usually for silkscreen. Whilst […]
App note: Cadsoft Eagle User Language programing
User Language Programs are C-like scripts that automate functions in Cadsoft Eagle. We use it to export images and partlists for the wiki, import images to use on PCBs, and more. This app note is an introduction to writing ULPs.
