mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-02 07:42:14 +00:00
ENH: Updated calibration UI for single-extruder printer
jira: none Change-Id: I4e2d97f38699b13e2bced8f6a37c952f7903aa27 (cherry picked from commit 2e3a5e8ca71e3e9426412f8bd07b916f6be45aed)
This commit is contained in:
@@ -230,7 +230,6 @@ public:
|
||||
protected:
|
||||
void create_selection_panel(wxWindow* parent);
|
||||
void create_filament_list_panel(wxWindow* parent);
|
||||
void create_ext_spool_panel(wxWindow* parent);
|
||||
|
||||
void init_selection_values();
|
||||
void update_filament_combobox(std::string ams_id = "");
|
||||
@@ -276,7 +275,6 @@ protected:
|
||||
Label* m_filament_list_tips{ nullptr };
|
||||
wxPanel* m_multi_ams_panel { nullptr };
|
||||
wxPanel* m_filament_list_panel { nullptr };
|
||||
wxPanel* m_ext_spool_panel { nullptr };
|
||||
CaliPresetWarningPanel* m_warning_panel { nullptr };
|
||||
CaliPresetCustomRangePanel* m_custom_range_panel { nullptr };
|
||||
CaliPresetTipsPanel* m_tips_panel { nullptr };
|
||||
@@ -333,12 +331,8 @@ protected:
|
||||
|
||||
|
||||
|
||||
wxRadioButton* m_ams_radiobox;
|
||||
wxRadioButton* m_ext_spool_radiobox;
|
||||
|
||||
ScalableButton* m_ams_sync_button;
|
||||
FilamentComboBoxList m_filament_comboBox_list;
|
||||
FilamentComboBox* m_virtual_tray_comboBox;
|
||||
|
||||
|
||||
std::vector<AMSPreview*> m_ams_preview_list;
|
||||
|
||||
Reference in New Issue
Block a user