mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
ENH: calib support multi_extruder(UI part)
jira: none Change-Id: I3009c2f8b601dc078cfed787dc3531fc1d4848d6 (cherry picked from commit 11f61abefaca6f0810e76266e50729432a3aa15e)
This commit is contained in:
@@ -275,6 +275,18 @@ FilamentComboBox::FilamentComboBox(wxWindow* parent, const wxPoint& pos, const w
|
||||
main_sizer->Fit(this);
|
||||
}
|
||||
|
||||
void FilamentComboBox::ShowPanel()
|
||||
{
|
||||
this->Show();
|
||||
m_radioBox->Show();
|
||||
}
|
||||
|
||||
void FilamentComboBox::HidePanel()
|
||||
{
|
||||
this->Hide();
|
||||
m_radioBox->Hide();
|
||||
}
|
||||
|
||||
void FilamentComboBox::set_select_mode(CalibrationFilamentMode mode)
|
||||
{
|
||||
m_mode = mode;
|
||||
|
||||
Reference in New Issue
Block a user