This instruction are for setting up KiCad BOM Plugin Manager to use KiCad_BOM_Wizard.
before you continue, please note the following:
-
If you
haven't
installed KiCad_BOM_Wizard globally via the npm method, then you will need to replace any references tokicad_bom_wizard
with nodenode SCRIPT_ROOT_DIR/KiCad_BOM_Wizard.js
. -
In some system, you may have to replace node with nodejs.
-
MAC OSX users only!
there have been reports that `node` will not run in KiCad BOM generator unless you use the full path. If you have this issues, try replacing `node` with `PATH_TO_NODE/node` where PATH_TO_NODE is your system absolute path to node. - It might this: `/usr/local/bin/node`
Here's where it was first reported: kiCad.info
- In KiCad, open
Eeschema
. - Now click on
Tools
->Generate Bill of Materials
. - Now Click on
Add Plugin
. - In the new window, find the location of the
KiCad_BOM_Wizard
and then click open. - When asked, enter a name. For example,
HTML
. - Update the
Command line:
with the one for the 3 options bellow.
kicad_bom_wizard "%I" "%O.html" "HTML"
kicad_bom_wizard "%I" "%O.csv" "CSV"
kicad_bom_wizard "%I" "%O.html" "Path_To_Your_Template_conf/Your_Template"