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-11 11:03:38 +0300
committerVojtech Kral <vojtech@kral.hk>2018-10-11 13:48:35 +0300
commit8337d4675f402b50d6fba25572e87f7a0c1467e0 (patch)
tree81d855ca57f1e8c7cfd115d510c7eb4e870fb09a /src/slic3r/GUI/MainFrame.hpp
parent6563cff246988e133d5ca72af9ea18ac08f4d595 (diff)
Plater: increase, decrease, set_number_of_copies, arrange
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index aa2041a36..ed2646b69 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -106,6 +106,8 @@ public:
void select_tab(size_t tab) const;
void select_view(const std::string& direction);
+ AppController* app_controller() { return m_appController; }
+
std::vector<PresetTab>& get_preset_tabs();
Plater* m_plater { nullptr };