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:
authorYuSanka <yusanka@gmail.com>2019-03-19 16:36:32 +0300
committerYuSanka <yusanka@gmail.com>2019-03-19 16:36:32 +0300
commitb7a1bd927aec366478238269a6f9f0fef542fce3 (patch)
tree29bf81fcdbaad3e8007001a70be0a2fd017942ff /src/slic3r/GUI/GUI_App.hpp
parentba54ce030993ac00a1a58e3f646561f842d75d95 (diff)
Some improvements
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index 4c23e3eb7..81ef3d040 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -163,6 +163,7 @@ public:
Plater* plater_{ nullptr };
wxNotebook* tab_panel() const ;
+ int extruders_cnt() const;
std::vector<Tab *> tabs_list;