kicad/pcbnew/exporters
Wayne Stambaugh 06f206104d Pcbnew: fix chamfered rectangular pad definitions in GenCAD exporter.
The pad comparison function was never updated when chamfered rectangular
and custom pads were added so if more that one variant of either of those
pad types existed in a design, only the first one would get generated and
assign to every pad of that type.

The custom pad primitive comparison has not be implemented so the exported
designs may be broken for custom pads.
2021-11-24 12:54:44 -05:00
..
board_exporter_base.h Naming conventions. 2020-11-16 00:04:55 +00:00
export_d356.cpp Move to getters/setters for aux and grid origin 2021-11-08 22:36:40 -05:00
export_d356.h Naming conventions. 2020-11-16 00:04:55 +00:00
export_footprint_associations.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
export_footprints_placefile.cpp Move to getters/setters for aux and grid origin 2021-11-08 22:36:40 -05:00
export_footprints_placefile.h Pcbnew add SMD only option to component placement export 2021-08-20 17:24:05 -07:00
export_gencad.cpp Pcbnew: fix chamfered rectangular pad definitions in GenCAD exporter. 2021-11-24 12:54:44 -05:00
export_hyperlynx.cpp KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01:00
export_idf.cpp Overhaul arc internal model to not over-specify information. 2021-10-15 12:45:43 +01:00
export_vrml.cpp Respect the model show setting for vrml and idf export 2021-09-19 08:16:18 -04:00
export_vrml.h export_vrml: Better export of pad shapes, both on copper and paste layers. 2021-03-18 20:43:27 +01:00
exporter_vrml.h Prefix TRACK, ARC and VIA. 2021-06-11 22:07:02 +01:00
gen_drill_report_files.cpp Move plotter headers into include folder. 2021-08-18 16:38:31 -04:00
gen_footprints_placefile.cpp KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01:00
gendrill_Excellon_writer.cpp Fix a Coverity warning (non tested pointers, really a bug) 2021-09-20 09:14:10 +02:00
gendrill_Excellon_writer.h Pass wxPoint objects by reference instead of on the stack. 2021-07-26 15:35:33 -04:00
gendrill_file_writer_base.cpp Fix "done" message being in wrong place for drill files. 2021-09-19 19:26:10 +01:00
gendrill_file_writer_base.h Make sure HPGL and DXF drill map generators honour origin setting. 2021-06-27 17:40:20 +01:00
gendrill_gerber_writer.cpp Fix a Coverity warning (non tested pointers, really a bug) 2021-09-20 09:14:10 +02:00
gendrill_gerber_writer.h Pass wxPoint objects by reference instead of on the stack. 2021-07-26 15:35:33 -04:00
gerber_jobfile_writer.cpp Gerber job file: fix a bug that prevent writing dielectric constants for impedance controlled boards. 2021-09-26 16:11:15 +02:00
gerber_jobfile_writer.h Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
gerber_placefile_writer.cpp Move to getters/setters for aux and grid origin 2021-11-08 22:36:40 -05:00
gerber_placefile_writer.h Rename layer ids file. 2021-07-29 16:03:25 +01:00