mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Plater: single object STL export and reloading
Based on Plater.pm`export_object_stl() and reload_from_disk()
This commit is contained in:
parent
8fc723b746
commit
0c7c9d5754
3 changed files with 50 additions and 12 deletions
|
@ -146,7 +146,7 @@ public:
|
|||
|
||||
// Note: empty path means "use the default"
|
||||
void export_gcode(boost::filesystem::path output_path = boost::filesystem::path());
|
||||
void export_stl();
|
||||
void export_stl(bool selection_only = false);
|
||||
void export_amf();
|
||||
void export_3mf(const boost::filesystem::path& output_path = boost::filesystem::path());
|
||||
void reslice();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue