ENH: support_clump_position_calibration

jira: [STUDIO-14896]
Change-Id: I2913a1e4022686889aaa94ee31b787930200d02d
(cherry picked from commit 14370c8910878c2182189b42e013c1323615c310)
This commit is contained in:
xin.zhang
2025-09-30 16:08:26 +08:00
committed by Noisyfox
parent f5ab592114
commit a5e14e5a01
7 changed files with 25 additions and 5 deletions

View File

@@ -45,6 +45,7 @@ private:
wxWindow* select_motor_noise { nullptr };
wxWindow* select_nozzle_cali{ nullptr };
wxWindow* select_heatbed_cali{ nullptr };
wxWindow* select_clumppos_cali{ nullptr };
wxWindow* create_check_option(wxString title, wxWindow *parent, wxString tooltip, std::string param);
public: