Jeff Young
|
e6ca9837a2
|
Clear numbers from non-numberable pads and don't run DRC on them.
This was also the last straw on the misnamed PAD::GetName() and
PAD::SetName(), which are now PAD::GetNumber() and PAD::SetNumber().
Fixes https://gitlab.com/kicad/code/kicad/issues/9017
|
2021-08-24 01:03:06 +01:00 |
Wayne Stambaugh
|
cf00319c85
|
More NULL expunging.
|
2021-07-20 07:27:18 -04:00 |
Jeff Young
|
e61822c9e0
|
Naming conventions and a bug fix on arc points.
|
2021-07-19 13:17:12 +01:00 |
Jeff Young
|
096e342386
|
Prefix TRACK, ARC and VIA.
|
2021-06-11 22:07:02 +01:00 |
Ian McInerney
|
0c879eead3
|
Cleanup headers in pcbnew pcad importer
|
2021-06-04 01:28:40 +01:00 |
Marek Roszko
|
03cf2b517f
|
Enum class PAD_ATTR_T
Renamed such that python stays the same
|
2021-05-01 10:51:54 -04:00 |
Marek Roszko
|
b243c2280d
|
enum class PAD_SHAPE_T
|
2021-05-01 08:22:35 -04:00 |
Jeff Young
|
b1f0bf7334
|
More consistent naming.
|
2020-12-08 13:05:39 +00:00 |
Jeff Young
|
61bca4aaa4
|
A bit of "module" erradication, nameing conventions, and formatting.
|
2020-11-14 21:21:54 +00:00 |
Jeff Young
|
bdbb68f813
|
MODULE -> FOOTPRINT.
|
2020-11-13 16:04:03 +00:00 |
Jeff Young
|
2cc9dad4ff
|
More module -> footprint.
|
2020-11-13 15:16:24 +00:00 |
Jeff Young
|
f5443de7f9
|
D_PAD -> PAD.
|
2020-11-13 15:16:24 +00:00 |
Michael Kavanagh
|
70fcc139ec
|
Cleanup: Move P-CAD files into plugins folder
|
2020-10-12 16:36:08 +00:00 |