Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kicad_gerber.cmake: Adding KicadUtilsPython option to select whichHEADmaster | Trygve Laugstøl | 2019-09-27 | 1 | -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 this | Trygve Laugstøl | 2018-07-01 | 1 | -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øl | 2017-10-05 | 1 | -1/+10 |
| | |||||
* | o Documenting KiCAD's defaults. | Trygve Laugstøl | 2017-08-21 | 1 | -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øl | 2017-08-17 | 1 | -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øl | 2017-08-04 | 1 | -7/+9 |
| | | | | of piping the standard output as it can contain output from KiCAD. | ||||
* | o Fixing renaming of NPTH file. | Trygve Laugstøl | 2017-08-04 | 1 | -1/+3 |
| | |||||
* | o Reading the list of copper layers from the board file instead of hard ↵ | Trygve Laugstøl | 2017-08-04 | 1 | -22/+6 |
| | | | | coding them. | ||||
* | o Adding non-plated through-hole drill file. | Trygve Laugstøl | 2017-06-27 | 1 | -0/+8 |
| | |||||
* | o Adding {F,B}.Paste layers when generating Gerbers. | Trygve Laugstøl | 2017-06-26 | 1 | -0/+2 |
| | |||||
* | kicad_gerber: Support for renaming layers and uppercasing all extensions. | Trygve Laugstøl | 2016-09-21 | 1 | -44/+116 |
| | |||||
* | kicad_gerber: Normal layers doesn't have edge layer when creating GERBER files. | Trygve Laugstøl | 2016-09-15 | 1 | -1/+0 |
| | |||||
* | Adding CMake commands: | Trygve Laugstøl | 2016-09-15 | 2 | -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øl | 2016-08-15 | 1 | -0/+274 |