gnuarm.del...@gmail.com wrote:
> I am having an old board made and am being asked for ODB++ format CAD data
> files. It seems this is to facilitate the creation of the various machine
> control files. I'm told it can also support locating traces to assist in
> debugging. My CAD package doesn't support this. Would it be a hard thing
> for the developers to add?
https://www.ucamco.com/files/downloads/file/109/the_great_gerber_vs_odb_debate.pdf
How hard it would be to add depends on how accessible the information is in
the CAD package's internal database. I suspect it would be nontrivial -
there's probably going to be a few areas where more work needs to be done to
extract it.
It's instructive that the lower end tools all support Gerber (to some
degree), but rarely ODB++.
The other de facto standard seems to be Cadence Allegro .brd files, which
are used by a lot of motherboard manufacturers and accessible with tools
like:
https://openboardview.org/
Theo