Open cnieves1 opened 4 years ago
For gerbers I'll suggest using kiplot: https://github.com/INTI-CMNB/kiplot You can control which layers are included using a YAML configuration file. To generate a PDF I'll suggest the following fork: https://github.com/INTI-CMNB/kicad-automation-scripts Note that the last release and the current git code changed the syntax.
Hi, I tried to generate a zip with gerbers of this board: test.zip
This board was generated using Kicad version:
Using:
python -m kicad-automation.pcbnew_automation.plot /c/Users/test/KBS-MB/test.kicad_pcb /c/Users/test/KBS-MB/Gerber
The output of this command is:
As you see, it generates 32 copper layers, but there are only 4 layers defined:
How can I generate only the used copper layers of this board?
Another question: the generated zip file contains a folder called temp, with all gerber files inside it. Is there any option to change the name of this folder, or to not using a folder at all?
Thanks,