Skip to content

TO footprint filters

KiCad Bot requested to merge github/fork/RensBloom/TOfootprint into master

Created by: RensBloom

No images, as I only changed footprint filters. I have replaced all footprint filters starting with TO*N to TO?N (N= any number), such that the correct footprints are selected by the filters.

Two questions:

  • I see some footprint filters starting with *TO. Would it be safe to remove the first * before TO?
  • In Regulator_Switching.lib there is a footprint filter *TO?220*4* (previously *TO*220*4*) for components KA5M0265RTU and KA5M0265RYDTU. Should I replace these with *TO*220?4 and *TO*220F?4*? One has one the normal TO-220 package, the other has a TO-220F package.

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Provide a URL to a datasheet for the symbol(s) you are contributing
  • An example screenshot image is very helpful
  • Ensure that the associated footprints match the official footprint library
  • If there are matching footprint PRs, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required
Edited by kliment

Merge request reports