mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Export to STL of SLA supports and pad
This commit is contained in:
parent
4a5992ba6e
commit
a3385278e5
5 changed files with 95 additions and 15 deletions
|
@ -163,7 +163,7 @@ public:
|
|||
void cut(size_t obj_idx, size_t instance_idx, coordf_t z, bool keep_upper = true, bool keep_lower = true, bool rotate_lower = false);
|
||||
|
||||
void export_gcode();
|
||||
void export_stl(bool selection_only = false);
|
||||
void export_stl(bool extended = false, 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