FIX: update the calibration dialog

jira: [STUDIO-9769] [STUDIO-9547]
Change-Id: I29149a978b86c27b244690083e0c3bb96566e60b
(cherry picked from commit 329807156a1d5aa60069beb3ae62527e8295bfc7)
This commit is contained in:
xin.zhang
2025-01-11 18:00:25 +08:00
committed by Noisyfox
parent 1f3ddf2bc9
commit c015a56f24
4 changed files with 54 additions and 9 deletions

View File

@@ -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};