mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Fixed typo in SL1S file mask template.
This commit is contained in:
@@ -435,7 +435,7 @@ wxString file_wildcards(FileType file_type, const std::string &custom_extension)
|
|||||||
|
|
||||||
/* FT_TEX */ "Texture (*.png, *.svg)|*.png;*.PNG;*.svg;*.SVG",
|
/* FT_TEX */ "Texture (*.png, *.svg)|*.png;*.PNG;*.svg;*.SVG",
|
||||||
|
|
||||||
/* FT_PNGZIP */ "Masked SLA files (*.sl1, *sl1s)|*.sl1;*.SL1;*.sl1s;*.SL1S",
|
/* FT_PNGZIP */ "Masked SLA files (*.sl1, *.sl1s)|*.sl1;*.SL1;*.sl1s;*.SL1S",
|
||||||
};
|
};
|
||||||
|
|
||||||
std::string out = defaults[file_type];
|
std::string out = defaults[file_type];
|
||||||
|
|||||||
Reference in New Issue
Block a user