7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-06 16:25:31 +00:00
kicad/pcbnew/exporters
Jon Evans 56e0811516 Phase 2 of padstack support
CHANGED: PCB file format now supports saving/loading complex padstacks

CHANGED: PTH pads are now rendered per copper layer in the copper color;
         the PTH pad color is no longer used.

ADDED: support for importing complex pad stacks from Altium PCBs

Enforce padstack-aware access to pad properties across KiCad

Fixes https://gitlab.com/kicad/code/kicad/-/issues/8182
2024-10-01 19:55:03 -04:00
..
step Phase 2 of padstack support 2024-10-01 19:55:03 -04:00
board_exporter_base.h Remove basic masking class map_string_utf8 2024-08-19 11:51:13 -07:00
export_d356.cpp Phase 2 of padstack support 2024-10-01 19:55:03 -04:00
export_d356.h Naming conventions. 2020-11-16 00:04:55 +00:00
export_footprint_associations.cpp Kick the wildcards and file exts into a static class, export it from kicommon 2023-12-27 21:10:01 -05:00
export_gencad_writer.cpp Phase 2 of padstack support 2024-10-01 19:55:03 -04:00
export_gencad_writer.h Initial jobset creation and running within the CLI and GUI. 2024-09-30 20:04:53 -04:00
export_gencad.cpp export gencad: clean and update old code. Should not really change the export. 2023-10-27 20:03:12 +02:00
export_hyperlynx.cpp Phase 2 of padstack support 2024-10-01 19:55:03 -04:00
export_idf.cpp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
export_svg.cpp feature removal: remove Show Hidden Text 2024-09-19 15:41:44 -04:00
export_svg.h ADDED: plotting options for DNP footprints 2024-08-18 10:02:14 -06:00
export_vrml.h VRML: add options to exclude DNP/unspecified types like STEP exporter 2024-03-04 10:10:34 -05:00
exporter_vrml.cpp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
exporter_vrml.h VRML: add options to exclude DNP/unspecified types like STEP exporter 2024-03-04 10:10:34 -05:00
gen_drill_report_files.cpp Reorganize layer numbering 2024-09-06 23:07:58 +00:00
gendrill_Excellon_writer.cpp Kick the wildcards and file exts into a static class, export it from kicommon 2023-12-27 21:10:01 -05:00
gendrill_Excellon_writer.h Fix gerbers and drill plot not logging errors 2023-04-20 23:39:59 -04:00
gendrill_file_writer_base.cpp Start unifying padstack properties 2024-05-14 20:57:56 -04:00
gendrill_file_writer_base.h Fix gerbers and drill plot not logging errors 2023-04-20 23:39:59 -04:00
gendrill_gerber_writer.cpp Gerbview settings: store option "Page Limits" in gerbview config. 2024-02-14 11:21:55 +01:00
gendrill_gerber_writer.h Fix gerbers and drill plot not logging errors 2023-04-20 23:39:59 -04:00
gerber_jobfile_writer.cpp GERBER_JOBFILE_WRITER: fix issues with layer names after layer renumbering. 2024-09-18 15:37:10 +02:00
gerber_jobfile_writer.h Remove unneeded headers from pcbnew_scripting_helpers.h 2023-05-31 15:54:46 -07:00
gerber_placefile_writer.cpp Initial jobset creation and running within the CLI and GUI. 2024-09-30 20:04:53 -04:00
gerber_placefile_writer.h Initial jobset creation and running within the CLI and GUI. 2024-09-30 20:04:53 -04:00
place_file_exporter.cpp Phase 2 of padstack support 2024-10-01 19:55:03 -04:00
place_file_exporter.h ADDED: DNP flag for position file export 2023-08-04 11:02:54 -07:00