Hi, I am developing a component database and documentation/production files generator tool for KiCad with MSEide+MSEgui: https://sourceforge.net/projects/mseide-msegui/
The code is here: https://gitlab.com/mseide-msegui/mseuniverse/tree/master/tools/kicad/bom MSEkicadBOM uses pcbnew.py as interface to pcbnew. In pcbnew.py there is a "BuildHolesList()" function with the signature "EXCELLON_WRITER self, LAYER_PAIR aLayerPair, bool aGenerateNPTH_list". How must the LAYER_PAIR type parameter be defined in Python? Thanks, Martin _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

