1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

Use current selection to determine proposed filename when exporting to stl files

This commit is contained in:
Enrico Turri
2019-04-04 14:00:31 +02:00
parent 369cdd8b3b
commit 6197f48321
3 changed files with 37 additions and 15 deletions
+2
View File
@@ -275,6 +275,8 @@ public:
// Print object statistics to console.
void print_info() const;
std::string get_export_filename() const;
protected:
friend class Print;
friend class SLAPrint;