0d532b43de
Spice netlist exporter processes all texts on the exported schematic sheet to find spice directives and include them in the output file. By default it also added ".title KiCad schematic" in the first line, so if there was another .title directive in the exported schematic sheet, the generated file would contain two .title directives. This patch looks for .title directive and when one is found - it uses the specified title in the first line. |
||
---|---|---|
.. | ||
netlist_exporter.cpp | ||
netlist_exporter.h | ||
netlist_exporter_cadstar.cpp | ||
netlist_exporter_cadstar.h | ||
netlist_exporter_generic.cpp | ||
netlist_exporter_generic.h | ||
netlist_exporter_kicad.cpp | ||
netlist_exporter_kicad.h | ||
netlist_exporter_orcadpcb2.cpp | ||
netlist_exporter_orcadpcb2.h | ||
netlist_exporter_pspice.cpp | ||
netlist_exporter_pspice.h |