mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
NEW:Support parsing of bit parameters
Change-Id: I9b474a0e8b1bbfb5b1a4f2748f3f3f1e2afc6239 (cherry picked from commit 73c2ccd83b96490aee58f8cfe912e3ab66982094)
This commit is contained in:
parent
8f08b587c6
commit
66e5cbd8e8
2 changed files with 23 additions and 1 deletions
|
@ -980,6 +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);
|
||||
void update_printer_preset_name(const std::string &nozzle_diameter_str);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue