Interactive BOM For Eagle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I ported the Interactive BOM plugin for KiCAD to EagleCAD. A demo of the plugin working for KiCAD is here. I'm currently looking at getting some feedback on my port to EagleCAD.
To use the plugin, run the ibom.ulp within your board file. This will result in a 'pcbdata.json' file being generated. It will be placed in the same folder as your pcb file.
Copy this file to be in the same folder as the following files
1) ibom.html
2) index.css
3) index.js
Then double click on ibom.html to start the application. This will open your web browser with interact BOM being the focused window.
Its a little rough around the edges in some places, but im working on fixing those (support for rectangle types, bounding box on selected parts sizing). If there are issues feel free to leave comments here or to report errors on my fork of the project on github.