aboutsummaryrefslogtreecommitdiff
path: root/py/kicad_pcb_plot.py
Commit message (Collapse)AuthorAgeFilesLines
* o Reading the list of copper layers from the board file instead of hard ↵Trygve Laugstøl2017-08-041-22/+6
| | | | coding them.
* Adding CMake commands:Trygve Laugstøl2016-09-151-17/+16
| | | | | 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.
* o Adding new command: kicad_pcb_plot to plot a PCB.Trygve Laugstøl2016-08-151-0/+274