Add back sla svg export alias

This commit is contained in:
tamasmeszaros 2023-03-28 12:11:04 +02:00
parent 4b6fe61083
commit f1dd85309b

View File

@ -29,6 +29,10 @@ static const std::map<std::string, ArchiveEntry> REGISTERED_ARCHIVES {
"SL1SVG",
{ "sl1_svg", [] (const auto &cfg) { return std::make_unique<SL1_SVGArchive>(cfg); } }
},
{
"SL2",
{ "sl1_svg", [] (const auto &cfg) { return std::make_unique<SL1_SVGArchive>(cfg); } }
},
{
"pwmx",
{ "pwmx", [] (const auto &cfg) { return std::make_unique<PwmxArchive>(cfg); } }