kicad/pcbnew/exporters
jean-pierre charras f2518a5120 ADDED: pad fabrication property, as required in latest Gerber file specification.
Property is a pad info used mainly for fabrication or test.
Currently, supported properties are:
BGA property (variant of SMD pad)
Fiducial (global to the board or local to the footprint)
Test Point
Heat sink
Castellated.
And are used in Gerber files (copper layers and drill files)

Increment BOARD_FILE_VERSION  to 20200104
2020-01-06 16:37:35 +01:00
..
board_exporter_base.h pcbnew: Hyperlynx Exporter - initial version 2019-04-08 02:56:02 +02:00
export_d356.cpp pcbnew: Move pads to std::deque 2019-06-01 16:23:54 -07:00
export_footprint_associations.cpp Moving modules from DLIST to std::deque 2019-06-01 09:53:23 -07:00
export_footprints_placefile.cpp Minor fix and enhancement code. 2019-09-15 11:10:53 +02:00
export_footprints_placefile.h Pcbnew, export_footprints_placefile.cpp: code refactor. 2019-06-30 18:27:12 +02:00
export_gencad.cpp Gencad export: fix an issue in hash_eda calculation, that can generate the same hash for 2 different footprints. 2019-10-10 20:18:48 +02:00
export_hyperlynx.cpp export_hyperlynx.cpp: better message in a warning. 2019-04-21 12:03:00 +02:00
export_idf.cpp pcbnew: Move pads to std::deque 2019-06-01 16:23:54 -07:00
export_vrml.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
gen_drill_report_files.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
gen_footprints_placefile.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
gendrill_Excellon_writer.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
gendrill_Excellon_writer.h Pcbnew, Excellon drill file creation: for oval holes allows selection of an alternate command, when the normal command is not accepted. 2019-02-09 14:56:02 +01:00
gendrill_file_writer_base.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
gendrill_file_writer_base.h Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
gendrill_gerber_writer.cpp ADDED: pad fabrication property, as required in latest Gerber file specification. 2020-01-06 16:37:35 +01:00
gendrill_gerber_writer.h Drill files generation: add 3 structured comments in NC (Excellon) drill files and remove duplicate code. 2018-11-24 08:51:58 +01:00
gerber_jobfile_writer.cpp Implement Gerber job file writing using nlohmann/json 2020-01-04 10:46:50 -05:00
gerber_jobfile_writer.h Add fifo_map and use it for Gerber job file generation 2020-01-04 11:05:09 -05:00
gerber_placefile_writer.cpp ADDED: Pcbnew, add "pin function" (pin name in eeschema) to pads. 2019-11-23 09:12:43 +01:00
gerber_placefile_writer.h ADDED: Pcbnew, add "pin function" (pin name in eeschema) to pads. 2019-11-23 09:12:43 +01:00