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:
authorbubnikv <bubnikv@gmail.com>2018-09-17 13:01:02 +0300
committerbubnikv <bubnikv@gmail.com>2018-09-17 13:01:02 +0300
commitd934b63424ab76ddcd8a87f272838df611dfcd0c (patch)
treea0124fe8f74db9d66e8500100ec50c50ec92e7a4 /xs/src/slic3r/GUI/Tab.cpp
parentbb7f504296c99fdc35197dedda85d38e6ef387f0 (diff)
Removed Print.pm,
ported execution of post processing scripts into C++ (WIP, waits for update of boost::system module on our build server) Removed other mention of the "Controller".
Diffstat (limited to 'xs/src/slic3r/GUI/Tab.cpp')
-rw-r--r--xs/src/slic3r/GUI/Tab.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/xs/src/slic3r/GUI/Tab.cpp b/xs/src/slic3r/GUI/Tab.cpp
index 5daf2784d..83b834219 100644
--- a/xs/src/slic3r/GUI/Tab.cpp
+++ b/xs/src/slic3r/GUI/Tab.cpp
@@ -1528,6 +1528,7 @@ void TabPrinter::build_fff()
};
+#if 0
if (!m_no_controller)
{
optgroup = page->new_optgroup(_(L("USB/Serial connection")));
@@ -1572,6 +1573,7 @@ void TabPrinter::build_fff()
line.append_widget(serial_test);
optgroup->append_line(line);
}
+#endif
optgroup = page->new_optgroup(_(L("Printer Host upload")));
@@ -1745,8 +1747,10 @@ void TabPrinter::build_fff()
build_extruder_pages();
+#if 0
if (!m_no_controller)
update_serial_ports();
+#endif
}
void TabPrinter::build_sla()