g200kg / kicad-gerberzipper

KiCad Plot&Zip script plugin
MIT License
57 stars 20 forks source link

Feture request: Please include automatic generation of pick and place files! #2

Open SukuWc opened 4 years ago

SukuWc commented 4 years ago

I use kicad and JLCPCB and it takes quite a long time to generate all of the manufacturing files for SMTA. It would be really nice if this plugin could export the BOM CSV and the footprint position CSV files too. Also it would be nice if it could manipulate the exported CSV files so the column names would match what the manufactureres automatic importer expects.

g200kg commented 4 years ago

In my investigation, generating pos files is not currently provided as a Python API and is not easy (5.99). I would like to consider it when it is supported in the future.

set-soft commented 3 years ago

KiBot can currently generate position files.

I even added some special support for JLCPCB from JLCKicadTools.

Other manufacturers could have special requirements.