https://gitee.com/KiCAD-CN/kicad-cn-forum/blob/master/zh_CN/KiCad_plugin.md#kicad-%E7%94%9F%E4%BA%A7%E6%96%87%E4%BB%B6%E7%94%9F%E6%88%90%E5%99%A8
KiCad Production File Generator
https://github.com/xtoolbox/kicad_tools
KiCad drawing tool Fork
https://github.com/blairbonnett-mirrors/kicad/blob/master/demos/python_scripts_examples/gen_gerber_and_drill_files_board.py
S-Expression parsing tool Fork
https://github.com/tkf/sexpdata
Directions:
Applicable to: KiCad EDA 5.1.0 +
- To download the plugin, use the following command
Windows Installation:
git clone https://github.com/xtoolbox/kicad_tools.git %appdata%/kicad/scripting/plugins/kicad_tools
Linux Installation:
git clone https://github.com/xtoolbox/kicad_tools.git ~/kicad/scripting/plugins/kicad_tools
or:
git clone https://github.com/xtoolbox/kicad_tools.git ~/.kicad_plugins/kicad_tools
Mac OS Installation:
git clone https://github.com/xtoolbox/kicad_tools.git ~/Library/Application Support/kicad/scripting/plugins/kicad_tools
New versions of Mac OS:
git clone https://github.com/xtoolbox/kicad_tools.git ~/Library/Preferences/kicad/scripting/plugins/kicad_tools
-
Or execute the Gen Manufacture Docs command under [Tools]->[External Tools].
- The BOM file and location file will be stored in the same directory as the PCB in CSV format, and the Gerber and drill files will be placed in the Gerber directory under the PCB directory. The slots in the drill files generated by this method will be converted into multiple normal holes.
Notice :
GenMFDoc() will change the drilling origin of the circuit board. It is recommended to use GenMFDoc() to generate the BOM file and position file first, and then generate the Gerber file. The generated BOM file and coordinate file as well as the Gerber and drilling files can be directly mounted on sz-jlc.com
|