BXL2text icon indicating copy to clipboard operation
BXL2text copied to clipboard

DSBGA not properly recognized

Open erflaber opened this issue 3 years ago • 2 comments

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

image

erflaber avatar Mar 22 '21 14:03 erflaber

Thanks for the bug report. I am looking into it.

erichVK5 avatar Apr 03 '21 15:04 erichVK5

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.

erichVK5 avatar Apr 03 '21 15:04 erichVK5