FIX: parameters modify of printer preset

Ensure correct behavior when modifying parameters of printer preset

Change-Id: Ic627a8e202bf4224b742336cc43ac611ddc5c997
(cherry picked from commit 366a14d8f715cbeca3d0f70a4727d91b6f0ca82e)
This commit is contained in:
zhimin.zeng
2024-06-28 09:35:56 +08:00
committed by Noisyfox
parent a94b0e3dba
commit fab6b21e4d
7 changed files with 82 additions and 30 deletions

View File

@@ -78,7 +78,6 @@ 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;