FIX: fix build error

jira: none
Change-Id: I606c7ef67bf3b5f2810561ef2f5689947de4d4a8
(cherry picked from commit 93f95d95e718494a796a9290a1d7a5131485a205)
This commit is contained in:
zhimin.zeng 2024-09-29 09:31:41 +08:00 committed by Noisyfox
parent 66e5cbd8e8
commit f16038190d

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