5 Commits

Author SHA1 Message Date
Jon Evans
b432f5d06e ODB++: Fix back-side package mirroring 2024-12-16 13:05:32 -05:00
Jon Evans
4ae7381fcd ODB++: Include footprint fields as properties 2024-12-02 00:11:25 -05:00
Jon Evans
d68fc87308 ODB++: Package names also can't have whitespace 2024-11-25 11:58:50 -05:00
Jon Evans
66b850a4d2 ODB++: comply with requirements for CMP strings
Remove Value from part_name as it isn't really
part of a footprint name.  Guard against empty component
names or strings containing whitespace.
2024-11-20 17:48:19 -05:00
Eric
1506beecbc Implement ODB++ export
ADDED: Add support in Pcbnew for exporting ODB++ files under Fabrication
       Outputs, base on ODB++Design Format Specification (Release v8.1
       Update 3 February 2021).

Note: There is still a lot of work to do if we will make the feature as
      complete as the ODB++ spec.  However, the current functionality's
      completeness is already sufficient to cover general production
      scenarios. I have compared the output results with Gerber files by
      DFM tool and the accuracy at the graphic level should be able to
      cover most usage scenarios.  Additionally, I am very grateful to
      the great open-source project Horizon EDA for giving me a lot of
      inspiration in terms of ideas.

The feature can be enabled by adding "EnableODB=1" to the kicad_advanced
configuration file.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/2019
2024-09-14 15:34:51 +00:00