This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Description
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