FIX: move the state record to higher coding level

jira: [STUDIO-10050]
Change-Id: I1e0721c80492688c66e700979461ac0bdd396ef4
(cherry picked from commit 371ef9c554dff57e0685519b1c0931c8999c5841)
This commit is contained in:
xin.zhang
2025-01-20 14:25:19 +08:00
committed by Noisyfox
parent 054162a192
commit 4887de8cbe
4 changed files with 13 additions and 7 deletions

View File

@@ -954,6 +954,9 @@ public:
int nozzle_selected_count = 0;
bool flag_update_nozzle = {true};
/*target from Studio-SwitchBoard, default to INVALID_NOZZLE_ID if no switching control from PC*/
int targ_nozzle_id_from_pc = INVALID_NOZZLE_ID;
//supported features
bool is_support_chamber_edit{false};
bool is_support_extrusion_cali{false};