Hided extruder selector in preview mode.

Fixed tooltips for double slider.
Changed left button menu for multi-material print
This commit is contained in:
YuSanka 2019-11-08 16:38:04 +01:00
parent db458df3b5
commit 7a22e43825
4 changed files with 76 additions and 44 deletions

View file

@ -856,6 +856,7 @@ public:
void add_code(std::string code, int selected_extruder = -1);
void edit_color();
void change_extruder(int extruder);
void edit_extruder_sequence();
protected:
@ -924,6 +925,7 @@ private:
bool m_is_enabled_tick_manipulation = true;
bool m_show_context_menu = false;
bool m_show_edit_color_menu = false;
bool m_edit_extruder_sequence = false;
bool m_suppress_add_code = false;
ManipulationState m_state = msSingleExtruder;
wxString m_custom_gcode = wxEmptyString;