mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
trying to get the export dialog for zip files.
This commit is contained in:
parent
c6695538a9
commit
90c38daeae
6 changed files with 11 additions and 16 deletions
|
@ -48,6 +48,7 @@ const wxString file_wildcards[FT_SIZE] = {
|
|||
|
||||
/* 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
|
||||
};
|
||||
|
||||
|
||||
|
@ -715,4 +716,4 @@ wxNotebook* GUI_App::tab_panel() const
|
|||
|
||||
|
||||
} // GUI
|
||||
} //Slic3r
|
||||
} //Slic3r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue