Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2019-08-20 12:33:58 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-08-20 12:33:58 +0300
commit58473f84eedac0556e11ab54db6f58ac0d1353a3 (patch)
tree7b3a51b9e3db78174f6d10df1f886ed718d1bff3 /src/slic3r/GUI/3DScene.hpp
parenta99a89a8317d126fe1d31ca9d40dc848be758190 (diff)
Check for existence of gcode toolpaths that can be exported to obj file
Diffstat (limited to 'src/slic3r/GUI/3DScene.hpp')
-rw-r--r--src/slic3r/GUI/3DScene.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/3DScene.hpp b/src/slic3r/GUI/3DScene.hpp
index 9c0e50cad..e0603ebc0 100644
--- a/src/slic3r/GUI/3DScene.hpp
+++ b/src/slic3r/GUI/3DScene.hpp
@@ -564,6 +564,7 @@ public:
// Return CPU, GPU and total memory log line.
std::string log_memory_info() const;
+ bool has_toolpaths_to_export() const;
// Export the geometry of the GLVolumes toolpaths of this collection into the file with the given path, in obj format
void export_toolpaths_to_obj(const char* filename) const;