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:
authorVojtech Kral <vojtech@kral.hk>2018-10-18 16:13:38 +0300
committerVojtech Kral <vojtech@kral.hk>2018-11-18 23:20:47 +0300
commit6629d7585310c04fe2108356cb3e31222d68d750 (patch)
tree14f4baa90d309d0b6a0e12b4d1354ec34a29f131 /src/slic3r/GUI/MainFrame.hpp
parent4c007a410cf41a377440a665b31b54531adde4a9 (diff)
Cutting
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 7722d0b65..b324586c4 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -81,6 +81,7 @@ public:
MainFrame(const bool no_plater, const bool loaded);
~MainFrame() {}
+ Plater* plater() { return m_plater; }
void init_tabpanel();
const std::map<std::string, Tab*>& options_tabs() const { return m_options_tabs; }