FIX: fix build error
jira: none Change-Id: I606c7ef67bf3b5f2810561ef2f5689947de4d4a8 (cherry picked from commit 93f95d95e718494a796a9290a1d7a5131485a205)
This commit is contained in:
parent
66e5cbd8e8
commit
f16038190d
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue