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-20 12:33:50 +0300
committerYuSanka <yusanka@gmail.com>2019-03-20 12:33:50 +0300
commitb36e4fa512fae110a5fba07bd22582294ae0dd8a (patch)
tree2a667d768ad2077ee181f1b3b0914018052315cd /src/slic3r/GUI/GUI_App.hpp
parent8be8b604f5f91f7cacc7b4dc9150a34a6f4ca10e (diff)
parent438010f0f86723bdd32ffc4c8d4f8e4b0676b2fb (diff)
Merge remote-tracking branch 'origin/ys_preset_edit_buttons' into ys_comboboxes
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 e10a7b95e..fb47c5bf6 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -160,6 +160,7 @@ public:
Plater* plater_{ nullptr };
wxNotebook* tab_panel() const ;
+ int extruders_cnt() const;
std::vector<Tab *> tabs_list;