InteractiveHtmlBom
InteractiveHtmlBom copied to clipboard
Interactive HTML BOM generation plugin for KiCad, EasyEDA, Eagle, Fusion360 and Allegro PCB designer
I tried to tinker around and look through old issues but I can't seem to find this feature. I'd like to have an option to hide text(s) only of components...
It would be good if it were the other way around. For the Fab layer to be drawn via Silkscreen. Thank you.
Hi, In the render.js file, where are the created functions called? Or are they referred to in a different file? Thanks!
The three radio buttons are overlapped. Plugin version: 2.9.0 Kicad version: 8.0.2 on macOS 14.3.1 (ARM)
I added support to export position (X, Y) and rotation. This way, you can create a combined BOM with placement information. We needed this because we need the positioning file...
The plugin is great, but when ordering from manufactures you need to include the manufactures part numbers. Can this be added? Thanks
KiCad Version: 8.99.0-2584-g661ed81e6f, release build Plugin: latest master (5915a24) ```python Traceback (most recent call last): File "E:\Documents\KiCad\8.99\3rdparty\plugins\org_openscopeproject_InteractiveHtmlBom\ecad\kicad.py", line 864, in Run ibom.run_with_dialog(parser, config, logger) File "E:\Documents\KiCad\8.99\3rdparty\plugins\org_openscopeproject_InteractiveHtmlBom\core\ibom.py", line 363, in run_with_dialog...
Hey, Let me first thank for creating this amazing project! I did a quick look in the code but couldn't find it how the "Mark when checked" functionality is exposed...
What do you think about migrating the web part of the project to TypeScript? I am currently refactoring your project, including using TypeScript, as it helps me better understand the...