Le 18/03/2017 à 16:02, Martin Schreiber a écrit : > On Thursday 16 February 2017 08:43:35 Martin Schreiber wrote: >> Hi, >> I could not find out how to create module position files with pcbnew.py. It >> looks like that it is done by DIALOG_GEN_MODULE_POSITION.CreateFiles() >> which calls DoGenFootprintsPositionFile(). I can't find it in Python >> bindings. Can somebody help please? >> > > Anybody? I want to make MSEkicadBOM 100% working. BTW, there is a first > release: > https://forum.kicad.info/t/new-msekicadbom/5797 > > Martin
Currently, you cannot. There is no normalized format for position files. You can generate a position file with any format you want with a few lines of Python code. -- Jean-Pierre CHARRAS _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

