Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2018-06-25 17:03:43 +0300
committerYuSanka <yusanka@gmail.com>2018-06-25 17:03:43 +0300
commitf9b85b67009ae7b7e65154e9e0485847110b4858 (patch)
treea366e15e20486b8f97ea900edbb0c9160f5910e9 /xs/src/slic3r/GUI/Tab.hpp
parentb5f97baa2824dbaccc0256bcdf097e36aa3ae85a (diff)
Correct updating of "Machine limits" and "Single extruder MM setup" pages
Diffstat (limited to 'xs/src/slic3r/GUI/Tab.hpp')
-rw-r--r--xs/src/slic3r/GUI/Tab.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/slic3r/GUI/Tab.hpp b/xs/src/slic3r/GUI/Tab.hpp
index 4906b8d1e..9045a5182 100644
--- a/xs/src/slic3r/GUI/Tab.hpp
+++ b/xs/src/slic3r/GUI/Tab.hpp
@@ -315,7 +315,7 @@ class TabPrinter : public Tab
bool m_has_single_extruder_MM_page = false;
bool m_use_silent_mode = false;
void append_option_line(ConfigOptionsGroupShp optgroup, const std::string opt_key);
- bool m_rebuil_kinematics_page = false;
+ bool m_rebuild_kinematics_page = false;
public:
wxButton* m_serial_test_btn;
wxButton* m_octoprint_host_test_btn;