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-12-18 16:34:16 +0300
committerVojtech Kral <vojtech@kral.hk>2018-12-18 16:37:35 +0300
commit66b5deccf5b90e24ecf5935f263b7f893dd5440e (patch)
treed189110b732de8637a75f8b43f1a7ba4bc068e91 /src/slic3r/GUI/Tab.hpp
parent59b01b4908a7b921fdd3246aa499156f859914a9 (diff)
PrintHost: Basic SL1 support
Diffstat (limited to 'src/slic3r/GUI/Tab.hpp')
-rw-r--r--src/slic3r/GUI/Tab.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Tab.hpp b/src/slic3r/GUI/Tab.hpp
index 337fbf006..93db1383a 100644
--- a/src/slic3r/GUI/Tab.hpp
+++ b/src/slic3r/GUI/Tab.hpp
@@ -325,6 +325,8 @@ class TabPrinter : public Tab
std::vector<PageShp> m_pages_fff;
std::vector<PageShp> m_pages_sla;
+
+ void build_printhost(ConfigOptionsGroup *optgroup);
public:
wxButton* m_serial_test_btn = nullptr;
wxButton* m_print_host_test_btn = nullptr;