mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -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
|
@ -10,10 +10,10 @@ class CalibrationPanel : public wxPanel
|
|||
{
|
||||
public:
|
||||
CalibrationPanel(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTAB_TRAVERSAL);
|
||||
~CalibrationPanel() {};
|
||||
~CalibrationPanel();
|
||||
Tabbook* get_tabpanel() { return m_tabpanel; };
|
||||
void update_all();
|
||||
|
||||
bool Show(bool show);
|
||||
protected:
|
||||
void init_tabpanel();
|
||||
void init_timer();
|
||||
|
@ -21,7 +21,6 @@ protected:
|
|||
|
||||
private:
|
||||
Tabbook* m_tabpanel{ nullptr };
|
||||
//SideTools* m_side_tools{ nullptr };
|
||||
|
||||
CalibrationWizard* m_pa_panel{ nullptr };
|
||||
CalibrationWizard* m_flow_panel{ nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue