Closed sabogalc closed 7 months ago
This PR rewrites the pad_sort_key function to account for pad names such as A0 found on BGA packages. Below is a before and after with U30 on Glasgow. Previously, the pads were ordered A1, A10, A11, A2, A3.... but now they are in the proper order.
pad_sort_key
A0
This PR rewrites the
pad_sort_key
function to account for pad names such asA0
found on BGA packages. Below is a before and after with U30 on Glasgow. Previously, the pads were ordered A1, A10, A11, A2, A3.... but now they are in the proper order.