You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.)
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.The text was updated successfully, but these errors were encountered: