mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
File wildcards now include an extension of a file provided
as a default. This is useful for the G-code or SLA export, as one may chose his own file extension for the export file.
This commit is contained in:
parent
ce6937c725
commit
fbbfcf70d3
5 changed files with 38 additions and 26 deletions
|
@ -48,7 +48,7 @@ enum FileType
|
|||
FT_SIZE,
|
||||
};
|
||||
|
||||
extern const wxString file_wildcards[FT_SIZE];
|
||||
extern wxString file_wildcards(FileType file_type, const std::string &custom_extension = std::string());
|
||||
|
||||
enum ConfigMenuIDs {
|
||||
ConfigMenuWizard,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue