I am working on an I/O plugin for eeschema and I would like to save wires in order of netlist, for example:
netlist1 -wire1 -wire2 netlist2 -wire3 -wire4 It looks like the schematic I/O manager passes the screen, but not the SCH_EDIT_FRAME that contains the netlist functions to the plugin save function. Is it possible to get the netlist in the plugin in order to sort the wires?
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp