ENH: refine filename when exporting gcode.3mf

Change-Id: Icace408c89f9d9da4695723ea8757ab023f85849
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2022-08-15 16:10:48 +08:00 committed by Lane.Wei
parent 2866e33304
commit 639bb98396
3 changed files with 50 additions and 9 deletions

View file

@ -370,6 +370,7 @@ public:
//void show_action_buttons(const bool is_ready_to_slice) const;
wxString get_project_filename(const wxString& extension = wxEmptyString) const;
wxString get_export_gcode_filename(const wxString& extension = wxEmptyString, bool only_filename = false) const;
void set_project_filename(const wxString& filename);
bool is_export_gcode_scheduled() const;