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

PadArray() doesn't support pads with no number #323

Open
evanshultz opened this issue Mar 22, 2019 · 1 comment
Open

PadArray() doesn't support pads with no number #323

evanshultz opened this issue Mar 22, 2019 · 1 comment

Comments

@evanshultz
Copy link
Collaborator

Pad() allows pads with an empty string for the number parameter which gives unnumbered pads. This is used for NPTH pads. However, PadArray() doesn't support this because the initialPin variable must be an integer. It would be nice to support NPTHs with no number as an array.

@poeschlr
Copy link
Collaborator

poeschlr commented May 5, 2019

Yes and bga style numbering or any non int numbering scheme would also be nice. (would either need the pin number to be made as a class that defines addition or there would also need to be a way to define different pin number increment functions.)

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