aboutsummaryrefslogtreecommitdiff
path: root/py/kicad_gerber.py
Commit message (Collapse)AuthorAgeFilesLines
* o Write the list of files to generate to a file from the python code instead ↵Trygve Laugstøl2017-08-041-7/+9
| | | | of piping the standard output as it can contain output from KiCAD.
* o Fixing renaming of NPTH file.Trygve Laugstøl2017-08-041-1/+3
|
* o Adding non-plated through-hole drill file.Trygve Laugstøl2017-06-271-0/+8
|
* o Adding {F,B}.Paste layers when generating Gerbers.Trygve Laugstøl2017-06-261-0/+2
|
* kicad_gerber: Support for renaming layers and uppercasing all extensions.Trygve Laugstøl2016-09-211-44/+116
|
* kicad_gerber: Normal layers doesn't have edge layer when creating GERBER files.Trygve Laugstøl2016-09-151-1/+0
|
* Adding CMake commands:Trygve Laugstøl2016-09-151-0/+145
kicad_pcb_plot() that plots the PCB in PDF, PS and SVG formats. kicad_gerber() that generates GERBER files from a PCB. Can optionally create a ZIP file with all the files. Supports old (protel) naming of files.