mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 17:09:05 +08:00
Add back sla svg export alias
This commit is contained in:
parent
4b6fe61083
commit
f1dd85309b
@ -29,6 +29,10 @@ static const std::map<std::string, ArchiveEntry> REGISTERED_ARCHIVES {
|
|||||||
"SL1SVG",
|
"SL1SVG",
|
||||||
{ "sl1_svg", [] (const auto &cfg) { return std::make_unique<SL1_SVGArchive>(cfg); } }
|
{ "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",
|
||||||
{ "pwmx", [] (const auto &cfg) { return std::make_unique<PwmxArchive>(cfg); } }
|
{ "pwmx", [] (const auto &cfg) { return std::make_unique<PwmxArchive>(cfg); } }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user