710a82bc51
Netlists do not accept any char in netnames (especially spice). They must use only "/" as root sheet path name. Especially _( "<root sheet>" ) breaks netlists because: - there is a space in name, and special chars (< and >) - it is a translatable name. so the actual name cannot be managed. - most of netlist code in Kicad expects a "/" as root path. |
||
---|---|---|
.. | ||
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 |