Follow-up of f54fd10897 -> Project name stored with no extension, updated after drag and drop of .3mf or .amf files and used by export g-code and send g-code commands

This commit is contained in:
Enrico Turri 2019-05-15 14:09:16 +02:00
parent 41f29c9f09
commit d0fd8a4a29
3 changed files with 49 additions and 21 deletions

View file

@ -184,7 +184,9 @@ public:
void update_object_menu();
const wxString& get_project_filename() const;
wxString get_project_filename(const wxString& extension = wxEmptyString) const;
void set_project_filename(const wxString& filename);
bool is_export_gcode_scheduled() const;
int get_selected_object_idx();