mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Check for existence of gcode toolpaths that can be exported to obj file
This commit is contained in:
parent
a99a89a831
commit
58473f84ee
7 changed files with 52 additions and 12 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue