Nice board.
Pro tip: you can exclude the stitching vias that you have as components by adding them to blacklist in plugin settings (wildcard is supported so VP_* will exclude all of them) or by marking them as virtual in pcbnew.
thatâs a great tool. It makes manual PCB assembling a lot more comfortable. I have a wish:
I have added a partnumber to many libraries for parts I have in stock. Do you see a possibility to show manually added fields of parts in your interactive html bom? Than it would show the position where to find the part too.
One of the comments was talking about a symbol for your interactive bom. Where do I find it and how is it to be installed?
As hildogjr said, that is already possible. Generate netlist file or xml bom from Eeschema and when you run the plugin it should pick it up automatically on extra fields tab (if for some reason it doesnât choose the generated file manually) and then your custom fields will appear in the list, tick whichever you want to appear on the bom and thatâs it.
You mean toolbar icon? Just follow the instructions for installation. Unless you are on linux icon should appear in pcbnew. If you are using linux wait for KiCad 5.1 or use current nightly build, plugin icons are properly supported there.
Iâm currently using the latest nightly of KiCad on win32, but the plugin doesnât show up, despite following the installation instructions. Is it related to the various SCRIPTING options that are disabled, according to the version info below ?
Application: kicad
Version: (5.1.0-rc2-26-g643d884fd), release build
Libraries:
wxWidgets 3.0.4
libcurl/7.61.1 OpenSSL/1.1.1 (WinSSL) zlib/1.2.11 brotli/1.0.6 libidn2/2.0.5 libpsl/0.20.2 (+libidn2/2.0.5) nghttp2/1.34.0
Platform: Windows 7 (build 7601, Service Pack 1), 32 bit, Little endian, wxMSW
Build Info:
wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8)
Boost: 1.68.0
OpenCASCADE Community Edition: 6.9.1
Curl: 7.61.1
Compiler: GCC 7.3.0 with C++ ABI 1011
Hi qu1ck, i have a feature request.
A progress bar would be amazing, filling up a percentage bar depending on amount of components sourced, and placed.
f.ex. If all components have been sourced, then the progress should reach 50% and when all components have been placed it reaches 100%
This would be an awesome feature to have in some corner of the browser window.
Have been using your tool for a few weeks now and it is absolutely brilliant.
Thanks so much for your effort. Honestly, it is tools like this that make KiCAD compete, or in this case outclass, the likes of Altium, DxDesigner, OrCAD, etc.
I agree to all the comments above: itâs a brilliant plugin, and I think it should go further.
Who also thinks that this tool should be integrated in KiCAD stable?
I considered that at some point, rewriting plugin in cpp wouldnât be a problem but being tied to KiCad release cycle is a huge downside.
I think this tool works better as a plugin.
That said, KiCad really could improve itâs handling of plugins in general. There are at least a few quality plugins that work well and add very useful functionality to the package but people just donât know about them.
If KiCad had official plugin manager that would simplify discovery and installation of the plugins, including compatibility and version checks, that would go a long way. I may work on this at some point in the future.
Sorry for the dumb request, but Iâm not able to see the links to datasheets in the generated BOM; the datasheet field is not even listed in the extra fields: how can I have that field appearing in the generated BOM?
Not a dumb request at all. Datasheet is not an extra field, itâs built in, currently the only way to show it is to copy it to another custom field and include that one in bom. But it will not show up as a link.
Maybe, datasheet (that is a special filed at KiCad) could be add by option, if it exist to the component in the XML file, as link to the reference / value column.
(adding a checkbox option at Extra fields tab)
My board has SMD scattered amongst taller and through-hole components which necessitate care being given to the order in which they are placed when hand-soldered. I think to have the placement order provided in a sortable âExtra fieldâ, but donât see how to achieve this goal (KiCad v5.1). Am I missing something? Iâll admit to being very behind the curve here.