Setup Kicad BOM Plugin Manager
June 20, 2017 ยท View on GitHub
This instruction are for setting up KiCad BOM Plugin Manager to use KiCad_BOM_Wizard.
READ ME - Important notes!
before you continue, please note the following:
-
If you
haven'tinstalled KiCad_BOM_Wizard globally via the npm method, then you will need to replace any references tokicad_bom_wizardwith 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
Setup
- 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_Wizardand then click open. - When asked, enter a name. For example,
HTML. - Update the
Command line:with the one for the 3 options bellow.
Generate HTML BOM
kicad_bom_wizard "%I" "%O.html" "HTML"
Generate CSV BOM
kicad_bom_wizard "%I" "%O.csv" "CSV"
Use your own template to generate BOMs
kicad_bom_wizard "%I" "%O.html" "Path_To_Your_Template_conf/Your_Template"