mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: add tpu check for send print and cali
jira: 8234 Change-Id: I5706071d900079477abc9558461811a8d85fb0ab (cherry picked from commit f0d2ad3dbe2e29548a8b3621a863cd38b543b6b4)
This commit is contained in:
@@ -278,13 +278,14 @@ FilamentComboBox::FilamentComboBox(wxWindow* parent, const wxPoint& pos, const w
|
||||
void FilamentComboBox::ShowPanel()
|
||||
{
|
||||
this->Show();
|
||||
m_radioBox->Show();
|
||||
set_select_mode(m_mode);
|
||||
}
|
||||
|
||||
void FilamentComboBox::HidePanel()
|
||||
{
|
||||
this->Hide();
|
||||
m_radioBox->Hide();
|
||||
m_checkBox->Hide();
|
||||
}
|
||||
|
||||
void FilamentComboBox::set_select_mode(CalibrationFilamentMode mode)
|
||||
|
||||
Reference in New Issue
Block a user