|
|
|
@ -280,7 +280,7 @@ void SCH_EDIT_FRAME::KiwayMailIn( KIWAY_EXPRESS& mail ) |
|
|
|
|
|
|
|
{ |
|
|
|
NETLIST_OBJECT_LIST* net_atoms = BuildNetListBase(); |
|
|
|
NETLIST_EXPORTER_KICAD exporter( this, net_atoms ); |
|
|
|
NETLIST_EXPORTER_KICAD exporter( this, net_atoms, g_ConnectionGraph ); |
|
|
|
STRING_FORMATTER formatter; |
|
|
|
|
|
|
|
exporter.Format( &formatter, GNL_ALL ); |
|
|
|
|