The .brd format has some caveats with pin numbers that are detailed in the README. The .bvr format does not have these caveats, so I updated the script to also be able to output BVR boardviews.
BGA part in .brd
That same BGA part in .bvr
This does come at a cost of a file size that is 8x to 9x larger, but it is much more readable by the end user should someone look through the text in either file.
I apologize for my lack of Git knowledge and will try to keep the excessive commits to a minimum. The only thing I could think of changing apart from any suggestions you may have is updating the README to reflect this option.
The
.brd
format has some caveats with pin numbers that are detailed in the README. The.bvr
format does not have these caveats, so I updated the script to also be able to output BVR boardviews.BGA part in
.brd
That same BGA part in
.bvr
This does come at a cost of a file size that is 8x to 9x larger, but it is much more readable by the end user should someone look through the text in either file.
I apologize for my lack of Git knowledge and will try to keep the excessive commits to a minimum. The only thing I could think of changing apart from any suggestions you may have is updating the README to reflect this option.