mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Hided extruder selector in preview mode.
Fixed tooltips for double slider. Changed left button menu for multi-material print
This commit is contained in:
parent
db458df3b5
commit
7a22e43825
4 changed files with 76 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue