mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
FIX: fix some issue in calibration
1.add part of x1c PAcalibrate save multi-filamnet-presets logic 2.fix a quit crash 3.fix keeping connecting device 4.part of UI refined Change-Id: I221984529bd09111d408b09defe5e30c9d100714
This commit is contained in:
parent
fb5a9062ff
commit
767edb03e0
9 changed files with 602 additions and 332 deletions
|
@ -48,7 +48,7 @@ public:
|
|||
return next;
|
||||
}
|
||||
|
||||
wxBoxSizer* get_top_vsizer() { return m_top_sizer; }
|
||||
wxBoxSizer* get_top_hsizer() { return m_top_sizer; }
|
||||
wxBoxSizer* get_content_vsizer() { return m_content_sizer; }
|
||||
wxBoxSizer* get_btn_hsizer() { return m_btn_sizer; }
|
||||
PageButton* get_prev_btn() { return m_btn_prev; }
|
||||
|
@ -56,11 +56,15 @@ public:
|
|||
|
||||
void set_page_title(wxString title) { m_title->SetLabel(title); }
|
||||
void set_page_index(wxString index) { m_index->SetLabel(index); }
|
||||
void set_highlight_step_text(wxString text);
|
||||
|
||||
private:
|
||||
wxStaticText* m_title;
|
||||
wxStaticText* m_index;
|
||||
wxBoxSizer* m_top_sizer;
|
||||
wxStaticText* m_preset_text;
|
||||
wxStaticText* m_calibration_text;
|
||||
wxStaticText* m_record_text;
|
||||
wxBoxSizer* m_content_sizer;
|
||||
wxBoxSizer* m_btn_sizer;
|
||||
PageButton* m_btn_prev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue