KiCad has changed the filename format used when creating Gerber output files. Due to this the original “kicad2itead” Kicad iTead Studio rename script no longer works as expected.
I’ve uploaded an updated script to handle the different filenames. That can be found at https://github.com/Inhibit/kicad2itead and the original URL is https://github.com/doragasu/kicad2itead.
So if you’re looking to upload files to iTeadStudio (at https://itead.cc) from KiCad it should prove useful. Please check the contents of the README mirrored below for more details.
“kicad2itead” has been updated to work with KiCad output files in 2019. The naming conventions in KiCad have changed since the original script was created. It also creates a directory, “backup/” and makes a copy of your files before renaming if possible.
This script renames KiCad Gerber files to match the filenames names required by iTead Studio (at https://itead.com). The script renames all the files it finds and compresses them into a ZIP file to upload to iTead. The script also lists missing and found Gerber files.
Usage:
kicad2itead project_name
where project name is the substring common to all generated Gerber files (usually the project name in KiCad).
Note:
This script only works with two layer PCBs. If you would like to extend it’s functionality to encompass 4-layer boards add the corresponding fields to ORG_FILES, DST_FILES and DESCRIPTS variables. And submit that back to the repository!