aboutsummaryrefslogtreecommitdiff
path: root/py/kicad_gerber.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.