mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-14 12:37:46 +00:00
FIX: update the calibration dialog
jira: [STUDIO-9769] [STUDIO-9547] Change-Id: I29149a978b86c27b244690083e0c3bb96566e60b (cherry picked from commit 329807156a1d5aa60069beb3ae62527e8295bfc7)
This commit is contained in:
@@ -43,7 +43,8 @@ private:
|
||||
wxWindow* select_bed_leveling { nullptr };
|
||||
wxWindow* select_vibration { nullptr };
|
||||
wxWindow* select_motor_noise { nullptr };
|
||||
|
||||
wxWindow* select_nozzle_cali{ nullptr };
|
||||
wxWindow* select_heatbed_cali{ nullptr };
|
||||
wxWindow* create_check_option(wxString title, wxWindow *parent, wxString tooltip, std::string param);
|
||||
|
||||
public:
|
||||
@@ -53,7 +54,7 @@ public:
|
||||
|
||||
StepIndicator *m_calibration_flow;
|
||||
Button * m_calibration_btn;
|
||||
MachineObject *m_obj;
|
||||
MachineObject *m_obj = nullptr;
|
||||
|
||||
std::vector<int> last_stage_list_info;
|
||||
int m_state{0};
|
||||
|
||||
Reference in New Issue
Block a user