Changed the default file extension to the Prusa SL1 files to .dwz

This commit is contained in:
bubnikv 2018-12-21 19:48:33 +01:00
parent c9748bd69a
commit 2c83bae9ed

View file

@ -54,7 +54,7 @@ wxString file_wildcards(FileType file_type, const std::string &custom_extension)
/* FT_INI */ "INI files (*.ini)|*.ini;*.INI",
/* FT_SVG */ "SVG files (*.svg)|*.svg;*.SVG",
/* FT_PNGZIP */"Zipped PNG files (*.zip)|*.zip;*.ZIP", // This is lame, but that's what we use for SLA
/* FT_PNGZIP */"Zipped PNG files (*.dwz)|*.dwz;*.DWZ", // This is lame, but that's what we use for SLA
};
std::string out = defaults[file_type];