mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07: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
|
@ -130,7 +130,7 @@ void ExtruderSequenceDialog::apply_extruder_sequence()
|
|||
for (size_t extruder=0; extruder < m_sequence.extruders.size(); ++extruder)
|
||||
{
|
||||
wxBitmapComboBox* extruder_selector = nullptr;
|
||||
apply_extruder_selector(&extruder_selector, this, "", wxDefaultPosition, wxSize(12*wxGetApp().em_unit(), -1));
|
||||
apply_extruder_selector(&extruder_selector, this, "", wxDefaultPosition, wxSize(15*wxGetApp().em_unit(), -1));
|
||||
extruder_selector->SetSelection(m_sequence.extruders[extruder]);
|
||||
|
||||
extruder_selector->Bind(wxEVT_COMBOBOX, [this, extruder_selector, extruder](wxCommandEvent& evt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue