Fix for #7328 - Filename containing chars not usable on FAT result in error and crash in gcode export
This commit is contained in:
parent
5f92ddb56c
commit
7828964f8c
4 changed files with 42 additions and 25 deletions
|
@ -426,6 +426,10 @@ public:
|
|||
wxMenu* layer_menu();
|
||||
wxMenu* multi_selection_menu();
|
||||
|
||||
static bool has_illegal_filename_characters(const wxString& name);
|
||||
static bool has_illegal_filename_characters(const std::string& name);
|
||||
static void show_illegal_characters_warning(wxWindow* parent);
|
||||
|
||||
private:
|
||||
struct priv;
|
||||
std::unique_ptr<priv> p;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue