Jon Evans
|
493ca7a0f5
|
Fix unhandled case warnings
|
2024-04-02 20:56:48 -04:00 |
Seth Hillbrand
|
2123e2ca9c
|
Add some corrections to IPC2581 export syntax
Outline fonts need lineDesc
Padstack def need the location for the pad relative to the padstack
|
2024-04-01 22:57:25 -07:00 |
Roberto Fernandez Bautista
|
079478f989
|
EDA_ANGLE: use constexpr for constant angles
Remove all statics in the class and instead use constexpr to
ensure correct ordering
|
2024-01-31 19:17:46 +03:00 |
Seth Hillbrand
|
b12d0dfd67
|
Fix pad offset removal vs hole offset
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16767
|
2024-01-29 08:22:23 -08:00 |
Seth Hillbrand
|
96297b50a1
|
Remove padstack offset value
We encode the pad locations for the package in the pin, so we don't need
an additional offset from the pin location
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16767
|
2024-01-26 10:53:36 -08:00 |
Seth Hillbrand
|
9e9dfb38d1
|
IPC2581: Correct flipped pad handling
Board footprints have pads already flipped, so we don't need to adjust
layers when outputting
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16659
|
2024-01-25 13:06:59 -08:00 |
Ian McInerney
|
d7fe668d79
|
Push PCB_IOs to use the base progress reporter instead of per-function
|
2023-12-27 17:06:23 +00:00 |
Ian McInerney
|
cad91312aa
|
Introduce main base class for all IO loaders
|
2023-12-26 23:27:11 +00:00 |
Ian McInerney
|
e6632bb983
|
Rename PCB IO classes/files
|
2023-12-24 01:22:21 +00:00 |