kicad/pcbnew/pcb_io/altium
Seth Hillbrand 8832b22952 Fixup for Altium pad/fill importer
The previous commit merged pads with copper areas.  This was appealing
but broke when the pad and the area were meant to have different
size/shape technical layers.  Small pads = Small paste.  Instead, we do
not merge the pads but we assign them to have the appropriate nets in
KiCad, allowing the same effective result but keeping the technical
layers correct

(cherry picked from commit 51eb7aa5b5)
2024-06-29 12:17:53 -07:00
..
CMakeLists.txt
altium_parser.ksy
altium_parser_pcb.cpp Cleanup Altium text import 2024-06-29 12:17:53 -07:00
altium_parser_pcb.h Cleanup Altium text import 2024-06-29 12:17:53 -07:00
altium_pcb.cpp Fixup for Altium pad/fill importer 2024-06-29 12:17:53 -07:00
altium_pcb.h Altium: Handle footprint vias 2024-06-29 11:38:36 -07:00
altium_rule_transformer.cpp
altium_rule_transformer.h
pcb_io_altium_circuit_maker.cpp Silence font replace warnings for libs 2024-06-24 12:01:30 -07:00
pcb_io_altium_circuit_maker.h Push PCB_IOs to use the base progress reporter instead of per-function 2023-12-27 17:06:23 +00:00
pcb_io_altium_circuit_studio.cpp Silence font replace warnings for libs 2024-06-24 12:01:30 -07:00
pcb_io_altium_circuit_studio.h Push PCB_IOs to use the base progress reporter instead of per-function 2023-12-27 17:06:23 +00:00
pcb_io_altium_designer.cpp Silence font replace warnings for libs 2024-06-24 12:01:30 -07:00
pcb_io_altium_designer.h Push PCB_IOs to use the base progress reporter instead of per-function 2023-12-27 17:06:23 +00:00
pcb_io_solidworks.cpp Silence font replace warnings for libs 2024-06-24 12:01:30 -07:00
pcb_io_solidworks.h Push PCB_IOs to use the base progress reporter instead of per-function 2023-12-27 17:06:23 +00:00