Changed the default file extension to the Prusa SL1 files to .dwz
This commit is contained in:
parent
c9748bd69a
commit
2c83bae9ed
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue