ENH: Display and modification of printer presets

Change-Id: I6a38704864fd4994a845686a299bec67f1b9b9b3
(cherry picked from commit 5b0d5259571d2b1c629ba7d88101134ec4548708)
This commit is contained in:
zhimin.zeng
2024-06-25 17:09:33 +08:00
committed by Noisyfox
parent d4e3f443cd
commit 69d0d88da1
6 changed files with 88 additions and 7 deletions

View File

@@ -78,6 +78,7 @@ public:
// BBS
bool m_split_multi_line = false;
bool m_option_label_at_right = false;
int m_extruder_idx = 0; // if is multi extruder, recorde the page is belong to which extruder
public:
std::vector <ConfigOptionsGroupShp> m_optgroups;
@@ -434,6 +435,7 @@ protected:
void update_preset_description_line();
void update_frequently_changed_parameters();
void set_tooltips_text();
std::vector<std::string> filter_diff_option(const std::vector<std::string> &options);
ConfigManipulation m_config_manipulation;
ConfigManipulation get_config_manipulation();