FIX: printer file system network reconnect bug && invalid obj bug

Jira: [STUDIO-13295]
Change-Id: I3b0c907ab4357d09ad592a0d937d83aaa15e8680
(cherry picked from commit 928d6b4c6a8c3ea8c9bd179c51afdb7dc55f45ce)
This commit is contained in:
hemai
2025-07-10 21:52:37 +08:00
committed by Noisyfox
parent ddf6ed00c5
commit b49ca90940
3 changed files with 10 additions and 15 deletions

View File

@@ -223,7 +223,7 @@ public:
void msw_rescale();
public:
void enable_partskip_button(bool enable);
void enable_partskip_button(MachineObject* obj, bool enable);
void enable_pause_resume_button(bool enable, std::string type);
void enable_abort_button(bool enable);
void update_subtask_name(wxString name);
@@ -239,7 +239,6 @@ public:
void set_plate_index(int plate_idx = -1);
void market_scoring_show();
void market_scoring_hide();
void update_machine_object(MachineObject* obj);
public:
ScalableButton* get_abort_button() {return m_button_abort;};