Similar to the previous commit, the variable pointing to the directory
containing the 3D Models for the footprins also need to be updated to
KiCad8 since its versioned.
Even though KiCad8 can read older symbol files, this change is needed
to make future additions to the library easy to review.
KiCad8 introduced a new way of indenting. Even when changing just a
small text, that would result in a huge diff when saving the KiCad7 file
with KiCad8. Those diffs are hard to read making the life of the library
team difficult.
- NPTH pads need to have the pad size set equal to the drill size.
- Removed pin number from npth pads
- Includes other inprovments of the footprint-generator-script made
since the last export (Example corrected rounding of angle fields)
- removed two that do not exist and overlap with other numbers (205-00241/242 with 5.08mm pitch does not exist)
- changed screw size of RND_205-00287...
- all other changes are due to changes in keepout-areas around pads (see pad sizes above + algorithm-modifications)