mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
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:
parent
41f29c9f09
commit
d0fd8a4a29
3 changed files with 49 additions and 21 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue