Export to STL of SLA supports and pad

This commit is contained in:
Enrico Turri 2019-05-02 13:46:39 +02:00
parent 4a5992ba6e
commit a3385278e5
5 changed files with 95 additions and 15 deletions

View file

@ -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();