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.
- Fuse 2920: terminal length was entered as terminal spacing (Resulted
in too little pad to pad spacing)
- Resitor 1218: body width max was 1mm too large
- 2816: Increased tolerance range for terminal length to fit more
devices.
- Tantal 3528: wrong tolerance range for terminal length
- Tantal 3216 and 6032-28 had wrong tolerance ranges but their effect is
hidden by rounding (meaning no change in the footprint)
- New industry standards have updated not only the fillet sizes but also
the way how tolerances are respected.
- For devices that directly give the lead to lead spacing no complicated
calculations are necessary. (was wrong previously)