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-05-02 14:46:39 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-05-02 14:46:39 +0300
commita3385278e5e892e644a02a288c1cf9c8bd296d00 (patch)
treebd3bb0496b1f62a004721354cd3946abb70051a1 /src/slic3r/GUI/MainFrame.hpp
parent4a5992ba6eca8e1ddb1e576a009660c80b910d1a (diff)
Export to STL of SLA supports and pad
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index 13bf07922..f3d582681 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -63,6 +63,7 @@ class MainFrame : public DPIFrame
bool can_save() const;
bool can_export_model() const;
+ bool can_export_supports() const;
bool can_export_gcode() const;
bool can_slice() const;
bool can_change_view() const;