FIX: update the panel

jira: [STUDIO-9241]
Change-Id: I9a309594814e0547f7a6ef247ad710636f478b79
(cherry picked from commit 99ec1acc276800b8fcfe933fb224156a7890a7a6)
This commit is contained in:
xin.zhang
2025-03-07 18:12:12 +08:00
committed by Noisyfox
parent b3181c6c52
commit 193d2dc598
2 changed files with 11 additions and 7 deletions

View File

@@ -163,6 +163,7 @@ public:
bool check_printing_state();
void set_machine_obj(MachineObject *obj);
void set_name(wxString name);
void set_mode_id(int id) { m_mode_id = id;}
void set_part_id(int id){m_part_id = id;};
void set_fan_speed(int g);
void set_fan_speed_percent(int speed);