kicad-library-utils icon indicating copy to clipboard operation
kicad-library-utils copied to clipboard

pin_name_offset

Open pthomas opened this issue 4 years ago • 1 comments

Hello, I was playing with the symbol generator tools, and then running checklib.ph which was reporting:

  Violating S3.6
    Pin name position offset
    Pin offset not preferred value
     - Pin offset (40) should be 20mils unless required by symbol geometry

I changed line 202 of SymbolGenerator.py to: self.pin_name_offset = int(kwargs.get('offset', 20)) And this seemed to resolve the checklib violation. I can send a pull request if that would be better.

thanks, Paul

pthomas avatar Jul 04 '20 21:07 pthomas