BXL2text
BXL2text copied to clipboard
DSBGA not properly recognized
I am trying to read a bxl file from TI for the DSBGA package, but the footprint is recognized properly. The silkscreen and soldier mask are all messed up. See comparisson with UltraLibrarian Reader
Thanks for the bug report. I am looking into it.
The first problem of the annotations is that they are not actually silk. The lines and circle are a virtual top assembly layer that does not relate to the silk screen at all. BXL2text does not attempt to convert features other than copper or silk.
The second problem is that of the solder mask. BXL2text was designed with gEDA PCB in mind, which is somewhat constrained with respect to user specified solder masks.
In terms of features, pcb-rnd ( repo.hu/projects/pcb-rnd ) has superseded gEDA/PCB, and not only has the ability to accommodate arbitrary layers and stackups, as well as padstacks with user defineable solder mask apertures, but also native support for direct BXL file loading. pcb-rnd can save in Kicad format too. You are arguably better off using pcb-rnd for your conversion. It even has a CLI mode if want to batch process or drive it with a script.