aboutsummaryrefslogtreecommitdiff
path: root/py
Commit message (Collapse)AuthorAgeFilesLines
* kicad_gerber.cmake: Adding KicadUtilsPython option to select whichHEADmasterTrygve Laugstøl2019-09-271-34/+100
| | | | | | | python binary to use. kicad_gerber.py: Sync from ee-python, support executing self with python3 if running under v2 and other way around. Useful if kicad is using the other version.
* o Using '-PTH.drl' suffix for drill files. Not quite sure why thisTrygve Laugstøl2018-07-011-3/+10
| | | | | | wasn't a problem before, but the index file included a file that wasn't generated and then the CMake code that created the zip missed the PTH drill file today.
* o Make directory before creating files.Trygve Laugstøl2017-10-051-1/+10
|
* o Documenting KiCAD's defaults.Trygve Laugstøl2017-08-211-17/+26
| | | | o Changing "Minimal header" to default to True instead of False to match KiCAD's defaults.
* o Adding support for --extended-gerber-attributes and ↵Trygve Laugstøl2017-08-171-5/+9
| | | | EXTENDED_GERBER_ATTRIBUTES. Changing the hardcoded value True to default False and enabling on option.
* 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 Reading the list of copper layers from the board file instead of hard ↵Trygve Laugstøl2017-08-041-22/+6
| | | | coding them.
* 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-152-17/+161
| | | | | 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