Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

pin_name_offset #330

Open
pthomas opened this issue Jul 4, 2020 · 1 comment
Open

pin_name_offset #330

pthomas opened this issue Jul 4, 2020 · 1 comment

Comments

@pthomas
Copy link

pthomas commented Jul 4, 2020

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

@poeschlr
Copy link
Collaborator

poeschlr commented Jul 5, 2020

Pull requests are generally a better idea if one already knows what to fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants