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-11-07 15:51:54 +0300
committerYuSanka <yusanka@gmail.com>2019-11-07 15:57:43 +0300
commit72852ffab59574049afe144a8388f9c31d55942a (patch)
tree4577161c91dff91d81ab557db607ab00962ac903 /src/slic3r/GUI/wxExtensions.hpp
parentc4a62819f4de328a90ec508b3cebf3eae372f48e (diff)
Updated DoubleSlider band. Added smart color selection for M600
Diffstat (limited to 'src/slic3r/GUI/wxExtensions.hpp')
-rw-r--r--src/slic3r/GUI/wxExtensions.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/wxExtensions.hpp b/src/slic3r/GUI/wxExtensions.hpp
index 5cdf99c60..48c3ac08d 100644
--- a/src/slic3r/GUI/wxExtensions.hpp
+++ b/src/slic3r/GUI/wxExtensions.hpp
@@ -854,6 +854,7 @@ public:
int get_extruder_for_tick(int tick);
void OnRightUp(wxMouseEvent& event);
void add_code(std::string code, int selected_extruder = -1);
+ void edit_color();
void change_extruder(int extruder);
protected:
@@ -922,6 +923,7 @@ private:
bool m_is_one_layer_icon_focesed = false;
bool m_is_enabled_tick_manipulation = true;
bool m_show_context_menu = false;
+ bool m_show_edit_color_menu = false;
bool m_suppress_add_code = false;
ManipulationState m_state = msSingleExtruder;
wxString m_custom_gcode = wxEmptyString;