ENH:add device selection on the calibration page

Change-Id: I16ed5a5f990a518ab2a195eea83289782fbe741f
This commit is contained in:
tao wang 2023-06-19 10:25:00 +08:00 committed by Lane.Wei
parent c48c9a420a
commit bc05392a95
5 changed files with 579 additions and 65 deletions

View file

@ -112,7 +112,6 @@ private:
wxColour m_colour_def_color{ wxColour(255, 255, 255) };
wxColour m_colour_bold_color{ wxColour(38, 46, 48) };
wxTimer* m_refresh_timer{ nullptr };
wxObjectDataPtr<MachineListModel> machine_model;
std::shared_ptr<BBLStatusBarSend> m_status_bar;
wxScrolledWindow* m_sw_print_failed_info{nullptr};