FIX: fix build error

jira: none
Change-Id: I606c7ef67bf3b5f2810561ef2f5689947de4d4a8
This commit is contained in:
zhimin.zeng 2024-09-29 09:31:41 +08:00 committed by Lane.Wei
parent 738e3f004d
commit 93f95d95e7
1 changed files with 2 additions and 2 deletions

View File

@ -980,8 +980,8 @@ public:
std::string m_printer_preset_name;
std::map<std::string, std::pair<int, int>> m_filament_list; // filament_id, pair<min temp, max temp>
void update_filament_list();
int get_flag_bits(std::string str, int start, int count);
int get_flag_bits(int num, int start, int count);
int get_flag_bits(std::string str, int start, int count = 1);
int get_flag_bits(int num, int start, int count = 1);
void update_printer_preset_name(const std::string &nozzle_diameter_str);
};