kicad-jlcpcb-bom-plugin
kicad-jlcpcb-bom-plugin copied to clipboard
Export a JLCPCB Compatible BOM directly from your KiCad schematic
- Set output file format to UTF-8 - Add except catch and error log
I'm currently using Kicad v5.1.7 and I'm getting the following error message: Command error. Return code 1 Error messages: Traceback (most recent call last): File "C:\Program Files\KiCad\bin\scripting\plugins/bom_csv_jlcpcb.py", line 29, in...
Getting this error whenever I try to use this plugin. I am on Windows 10 using KiCad 5.1.10 ### This is the Command I am using: `python3 "C:\Program Files\KiCad\bin\scripting\plugins/bom_csv_jlcpcb.py" "%I"...
Nice program, thanks. Looks like I have to rotate all capacitors and resistors, so pattern matching (like C*) in overrides.json would be convenient. It's too bad that rotation information is...
The [read me](https://github.com/wokwi/kicad-jlcpcb-bom-plugin#generating-a-jlcpcb-cpl-file) suggests you are convering a `xxx.pos` file using `kicad_pos_to_cpl.py`, but the instructions actually seem to ask one to set up to actaully generate a `xxx-pos.csv` file. So...
I get the following error: ```ModuleNotFoundError: No module named 'kicad_netlist_reader'```