KiCad / kicad-library-utils

Some scripts for helping with library development
GNU General Public License v3.0
128 stars 92 forks source link

Warn about non-nominal silk and fab line widths #249

Closed Ratfink closed 6 years ago

Ratfink commented 6 years ago

As pointed out in #217, it's appropriate to give warnings for non-nominal line widths on the silkscreen and fabrication layers. This PR changes the checking scripts for rules F5.1 and F5.2 to give these warnings.

For an example of the new output, try running this PR's branch on RF_Module.pretty, as some components in that library have quite a few of both new warnings.

Fixes #217.

evanshultz commented 6 years ago

@Ratfink Thanks!

@poeschlr This looks OK to me. Would you take a look and merge or give a thumbs up and I will?

poeschlr commented 6 years ago

The idea behind the pull request sounds good. I did however not find time to check if the contribution fulfills its promises.

poeschlr commented 6 years ago

I found a bit of time and checked this. Does not look completely wrong so i think we can use it.